Experiments

data class Experiments(val liveMode: Boolean = false)(source)

Class to define experimental features available within the SDK.

Parameters

liveMode

Flag to enable or disable the live mode to listen for messages from the mediator.

Constructors

Link copied to clipboard
constructor(liveMode: Boolean = false)

Properties

Link copied to clipboard
val liveMode: Boolean = false