cdp / com.salesforce.marketingcloud.cdp / CdpConfig

CdpConfig

data class CdpConfig : CoreModuleConfig

Create config using the provided Builder Provide to CdpSdk.configure

Types

Builder

This class is a Cdp Config Builder helper.

data class Builder

Properties

appId

Your CDP Application's Application ID.

val appId: String

context

Your application's Context.

val context: Context

endpoint

The tenant specific endpoint for your application.

val endpoint: String

name

The name of this module.

val name: String

sessionTimeoutInSeconds

Sets the session timeout in seconds.

val sessionTimeoutInSeconds: Long

trackLifecycle

Enables application Lifecycle Tracking. Default = true.

val trackLifecycle: Boolean

trackScreens

Enables Screen Tracking. Default = true.

val trackScreens: Boolean