FeatureToggle

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface FeatureToggle

This class controls toggling some experimental SDK features. Production use of these features is not supported or advised. They should be treated with caution.

Inheritors

Functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract fun disable(featureType: RuntimeFeature.Type)

Disables the experimental RuntimeFeature.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract fun enable(featureType: RuntimeFeature.Type)

Enables the experimental RuntimeFeature.