Package com.bumptech.glide.manager
Interface RequestManagerTreeNode
-
public interface RequestManagerTreeNodeProvides 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<RequestManager>getDescendants()Returns all descendantRequestManagers relative to the context of the currentRequestManager.
-
-
-
Method Detail
-
getDescendants
@NonNull java.util.Set<RequestManager> getDescendants()
Returns all descendantRequestManagers relative to the context of the currentRequestManager.
-
-