Package com.bumptech.glide.manager
Class RequestManagerRetriever
java.lang.Object
com.bumptech.glide.manager.RequestManagerRetriever
- All Implemented Interfaces:
Handler.Callback
A collection of static methods for creating new
RequestManagers or
retrieving existing ones from activities and fragment.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.This is equivalent to callingget(Context)with the application context.get(androidx.fragment.app.Fragment fragment) get(androidx.fragment.app.FragmentActivity activity) booleanhandleMessage(Message message) Deprecated.This method is no longer called by Glide or provides any functionality and it will be removed in the future.
-
Constructor Details
-
RequestManagerRetriever
-
-
Method Details
-
get
-
get
-
get
-
get
Deprecated.This is identical to callingget(Context)with the application context. Use androidx Activities instead (ieFragmentActivity, orAppCompatActivity). -
get
-
get
Deprecated.This is equivalent to callingget(Context)with the application context. Use androidx fragments instead:Fragment. -
handleMessage
Deprecated.This method is no longer called by Glide or provides any functionality and it will be removed in the future. Retained for now to preserve backwards compatibility.- Specified by:
handleMessagein interfaceHandler.Callback
-
get(Context)with the application context.