Package com.bumptech.glide.module
Class LibraryGlideModule
java.lang.Object
com.bumptech.glide.module.LibraryGlideModule
- Direct Known Subclasses:
AppGlideModule
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 Excludes annotation to selectively remove one or more of the
conflicting modules.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterComponents(Context context, Glide glide, Registry registry)
-
Constructor Details
-
LibraryGlideModule
public LibraryGlideModule()
-
-
Method Details
-
registerComponents
-