RuntimeFeature

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
interface Type

Properties

Link copied to clipboard
Link copied to clipboard