public static class MediaStoreVideoThumbLoader.Factory extends java.lang.Object implements ModelLoaderFactory<android.net.Uri,java.io.InputStream>
InputStream
s from media store image Uri
s that point to pre-generated
thumbnails for those Uri
s in the media store.Constructor and Description |
---|
Factory(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
ModelLoader<android.net.Uri,java.io.InputStream> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
@NonNull public ModelLoader<android.net.Uri,java.io.InputStream> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactory
build
in interface ModelLoaderFactory<android.net.Uri,java.io.InputStream>
multiFactory
- A map of classes to factories that can be used to construct additional
ModelLoader
s that this factory's ModelLoader
may depend onModelLoader
public void teardown()
ModelLoaderFactory
teardown
in interface ModelLoaderFactory<android.net.Uri,java.io.InputStream>