AssetFetcherFactory
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>
Content copied to clipboard