AssetFetcherFactory

interface AssetFetcherFactory<Data>

A factory to build a DataFetcher for a specific asset path.

Parameters

<Data>

The type of data that will be obtained by the fetcher.

Functions

Link copied to clipboard
abstract fun buildFetcher(assetManager: AssetManager, assetPath: String): DataFetcher<Data>

Inheritors

Link copied to clipboard
Link copied to clipboard