Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard

Exception indicating that there was an attempt of using Feature Toggle API without initializing it before.

Link copied to clipboard

This class exposes control of experimental behavior of the SDK by turning on some experimental features. Production use of such features is not advised or supported and should be treated with caution.

Link copied to clipboard
Link copied to clipboard
data class RuntimeFeature(val featureType: RuntimeFeature.Type, val isEnabled: Boolean)

Represents an experimental SDK feature that can be enabled at runtime