FeatureToggleController

interface FeatureToggleController

This class controls toggling some experimental SDK features. Production use of such features is generally not advised and should be treated with caution.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun disable(featureType: RuntimeFeature.Type)

Disables the experimental RuntimeFeature

Link copied to clipboard
abstract fun enable(featureType: RuntimeFeature.Type)

Enables the experimental RuntimeFeature

Link copied to clipboard
abstract fun isEnabled(featureType: RuntimeFeature.Type): Boolean

Determines whether the given RuntimeFeature is enabled

Inheritors

Link copied to clipboard