Factory
Factory for loading InputStreams from http/https Uris.
Deprecated
Use UrlUriLoader.StreamFactory instead
Functions
Link copied to clipboard
abstract fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<T, Y>
Content copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Uri, InputStream>
Content copied to clipboard
Build a concrete ModelLoader for this model type.