ConfigurationSetTrackingOptions

data class ConfigurationSetTrackingOptions(val customRedirectDomain: String, val httpsPolicy: String? = null)

Constructors

Link copied to clipboard
constructor(customRedirectDomain: String, httpsPolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain to use for tracking open and click events.

Link copied to clipboard
val httpsPolicy: String? = null

The https policy to use for tracking open and click events. Valid values are REQUIRE, REQUIRE_OPEN_ONLY or OPTIONAL.