@Deprecated public class OkHttpLibraryGlideModule extends LibraryGlideModule
For Applications that depend on this library and include an AppGlideModule and Glide's
annotation processor, this class will be automatically included.
| Constructor and Description |
|---|
OkHttpLibraryGlideModule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
registerComponents(android.content.Context context,
Glide glide,
Registry registry)
Deprecated.
Lazily register components immediately after the Glide singleton is created but before any
requests can be started.
|
public void registerComponents(android.content.Context context,
Glide glide,
Registry registry)
This method will be called once and only once per implementation.
registerComponents in class LibraryGlideModulecontext - An Application Context.glide - The Glide singleton that is in the process of being initialized.registry - An Registry to use to register components.