Class GlideExperiments

java.lang.Object
com.bumptech.glide.GlideExperiments

public class GlideExperiments extends 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 Details

    • isEnabled

      public boolean isEnabled(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.