GlideExperiments

open class GlideExperiments

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.

Functions

Link copied to clipboard
open fun isEnabled(clazz: Class<out GlideExperiments.Experiment>): Boolean
Returns true if the given experiment is enabled.