RuntimeFeature

data class RuntimeFeature(val featureType: RuntimeFeature.Type, val isEnabled: Boolean)

Represents an experimental SDK feature that can be enabled at runtime

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

Constructors

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

Types

Link copied to clipboard
interface Type

Properties

Link copied to clipboard
Link copied to clipboard