Factory
Factory for producing com.bumptech.glide.load.model.UnitModelLoaders.
Parameters
<Model>
The type of model that will also be returned as decodable data.
Constructors
Functions
Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Model, Model>
Content copied to clipboard
Build a concrete ModelLoader for this model type.
Link copied to clipboard