RttConfig

class RttConfig(isBackgroundSyncEnabled: Boolean)

Create an instance of Real Time trigger configuration.

Parameters

isBackgroundSyncEnabled

true if want the SDK to sync campaigns in the background else false.

Constructors

RttConfig
Link copied to clipboard
fun RttConfig(isBackgroundSyncEnabled: Boolean)

Types

Companion
Link copied to clipboard
object Companion

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

isBackgroundSyncEnabled
Link copied to clipboard
val isBackgroundSyncEnabled: Boolean

if true SDK will periodically sync Real-Time Trigger campaigns in the background. Default value is true