Package com.bumptech.glide.manager
Interface RequestManagerTreeNode
public interface RequestManagerTreeNode
Provides access to the relatives of a RequestManager based on the current context. The context
hierarchy is provided by nesting in Activity and Fragments; the application context does not
provide access to any other RequestManagers hierarchically.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all descendantRequestManagers relative to the context of the currentRequestManager.
-
Method Details
-
getDescendants
Returns all descendantRequestManagers relative to the context of the currentRequestManager.
-