RttConfig

class RttConfig(isBackgroundSyncEnabled: Boolean)

Create an instance of Real Time trigger configuration.

Author

Umang Chamaria

Parameters

isBackgroundSyncEnabled

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

Constructors

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

Functions

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

Properties

isBackgroundSyncEnabled
Link copied to clipboard
var isBackgroundSyncEnabled: Boolean

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