Factory

open class Factory : UrlUriLoader.StreamFactory

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>
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Uri, InputStream>
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.