Package com.bumptech.glide.manager

Types

Link copied to clipboard
interface ConnectivityMonitor : LifecycleListener
An interface for monitoring network connectivity events.
Link copied to clipboard
interface ConnectivityMonitorFactory
A factory class that produces a functional .
Link copied to clipboard
open class DefaultConnectivityMonitorFactory : ConnectivityMonitorFactory
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
interface Lifecycle
An interface for listening to Activity/Fragment lifecycle events.
Link copied to clipboard
interface LifecycleListener
An interface for listener to android.app.
Link copied to clipboard
open class RequestManagerFragment
A view-less android.app.
Link copied to clipboard
open class RequestManagerRetriever
A collection of static methods for creating new com.bumptech.glide.RequestManagers or retrieving existing ones from activities and fragment.
Link copied to clipboard
interface RequestManagerTreeNode
Provides access to the relatives of a RequestManager based on the current context.
Link copied to clipboard
open class RequestTracker
A class for tracking, canceling, and restarting in progress, completed, and failed requests.
Link copied to clipboard
open class SupportRequestManagerFragment
A view-less androidx.fragment.app.
Link copied to clipboard
class TargetTracker : LifecycleListener
Holds the set of Targets currently active for a com.bumptech.glide.RequestManager and forwards on lifecycle events.