Class GlideExperiments


  • public class GlideExperiments
    extends java.lang.Object
    Keeps track of a set of Experimental features that may be enabled in Glide, simplifying the process of adding and removing them.

    This is an experimental API, it may be removed at any point without deprecation or other notice.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled​(java.lang.Class<? extends com.bumptech.glide.GlideExperiments.Experiment> clazz)
      Returns true if the given experiment is enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isEnabled

        public boolean isEnabled​(java.lang.Class<? extends com.bumptech.glide.GlideExperiments.Experiment> clazz)
        Returns true if the given experiment is enabled.

        This is an experimental API, it may be removed at any point without deprecation or other notice.