LibraryGlideModule

abstract class LibraryGlideModule : RegistersComponents

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)
Lazily register components immediately after the Glide singleton is created but before any requests can be started.

Inheritors

Link copied to clipboard