SupportRequestManagerFragment

open class SupportRequestManagerFragment

A view-less androidx.fragment.app.Fragment used to safely store an that can be used to start, stop and manage Glide requests started for targets within the fragment or activity this fragment is a child of.

See also

Constructors

Link copied to clipboard
open fun SupportRequestManagerFragment()
Link copied to clipboard
open fun SupportRequestManagerFragment(lifecycle: ActivityFragmentLifecycle)

Functions

Link copied to clipboard
open fun onAttach(context: Context)
Link copied to clipboard
open fun onDestroy()
Link copied to clipboard
open fun onDetach()
Link copied to clipboard
open fun onStart()
Link copied to clipboard
open fun onStop()
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
open var requestManager: RequestManager
Link copied to clipboard
val requestManagerTreeNode: RequestManagerTreeNode