LocalUriFetcherFactory

interface LocalUriFetcherFactory<Data>

Factory for obtaining a DataFetcher for a data type for a particular Uri.

Parameters

<Data>

The type of data the returned DataFetcher will obtain.

Functions

Link copied to clipboard
abstract fun build(uri: Uri): DataFetcher<Data>

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard