Factory

class Factory : ModelLoaderFactory<T, Y>

ModelLoaderFactory for MediaStoreFileLoaders.

Constructors

Link copied to clipboard
open fun Factory(context: Context)

Functions

Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Uri, File>
Build a concrete ModelLoader for this model type.
Link copied to clipboard
open fun teardown()
A lifecycle method that will be called when this factory is about to replaced.