Factory

open class Factory : ModelLoaderFactory<T, Y>

The default factory for HttpGlideUrlLoaders.

Functions

Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<GlideUrl, 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.