LibraryGlideModule
Registers a set of components to use when initializing Glide within an app when Glide's annotation processor is used.
Any number of LibraryGlideModules can be contained within any library or application.
LibraryGlideModules are called in no defined order. If LibraryGlideModules within an application conflict, AppGlideModules can use the annotation to selectively remove one or more of the conflicting modules.
Functions
Link copied to clipboard
open fun registerComponents( context: Context, glide: Glide, registry: Registry)
Content copied to clipboard
Lazily register components immediately after the Glide singleton is created but before any requests can be started.