Class RequestManagerFragment

java.lang.Object
android.app.Fragment
com.bumptech.glide.manager.RequestManagerFragment
All Implemented Interfaces:
ComponentCallbacks, ComponentCallbacks2, View.OnCreateContextMenuListener

@Deprecated public class RequestManagerFragment extends Fragment
Deprecated.
This class is unused by Glide and contains only no-op methods. It's retained along with its public methods to avoid breaking binary compatibility. Lifecycle integration is no longer supported outside of androidx Activitys and Fragments.
  • Constructor Details

    • RequestManagerFragment

      public RequestManagerFragment()
      Deprecated.
  • Method Details

    • setRequestManager

      @Deprecated public void setRequestManager(@Nullable RequestManager requestManager)
      Deprecated.
      This method is a no-op. See the class comment for deprecation details.
    • getRequestManager

      @Deprecated @Nullable public RequestManager getRequestManager()
      Deprecated.
      This always returns null. See the class comment for deprecation details.
    • getRequestManagerTreeNode

      @Deprecated @NonNull public RequestManagerTreeNode getRequestManagerTreeNode()
      Deprecated.
      This always returns an empty tree node. See the class comment for deprecation details.