RuntimeFeature

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class RuntimeFeature(val featureType: RuntimeFeature.Type, val isEnabled: Boolean)

Represents an experimental SDK feature that can be enabled at runtime

Constructors

Link copied to clipboard
constructor(featureType: RuntimeFeature.Type, isEnabled: Boolean)

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface Type

Properties

Link copied to clipboard
Link copied to clipboard