Package com.bumptech.glide.manager
Types
Link copied to clipboard
An interface for monitoring network connectivity events.
Link copied to clipboard
A factory class that produces a functional .
Link copied to clipboard
open class DefaultConnectivityMonitorFactory : ConnectivityMonitorFactory
Content copied to clipboard
A factory class that produces a functional com.bumptech.glide.manager.ConnectivityMonitor if the application has the
android.permission.ACCESS_NETWORK_STATE
permission and a no-op non functional com.bumptech.glide.manager.ConnectivityMonitor if the app does not have the required permission.Link copied to clipboard
An interface for listener to android.app.
Link copied to clipboard
A view-less android.app.
Link copied to clipboard
A collection of static methods for creating new com.bumptech.glide.RequestManagers or retrieving existing ones from activities and fragment.
Link copied to clipboard
Provides access to the relatives of a RequestManager based on the current context.
Link copied to clipboard
A class for tracking, canceling, and restarting in progress, completed, and failed requests.
Link copied to clipboard
A view-less androidx.fragment.app.
Link copied to clipboard
Holds the set of Targets currently active for a com.bumptech.glide.RequestManager and forwards on lifecycle events.