Factory

open class Factory<Model> : ModelLoaderFactory<T, Y>

Factory for producing com.bumptech.glide.load.model.UnitModelLoaders.

Parameters

<Model>

The type of model that will also be returned as decodable data.

Constructors

Link copied to clipboard
open fun Factory()

Functions

Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Model, Model>
Build a concrete ModelLoader for this model type.
Link copied to clipboard
open fun <T> getInstance(): UnitModelLoader.Factory<T>
Link copied to clipboard
open fun teardown()
A lifecycle method that will be called when this factory is about to replaced.