RttConfig

class RttConfig(val 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

Link copied to clipboard
constructor(isBackgroundSyncEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Functions

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