Opt Out APIs
MXOOptInOptions
Enum of options available for granular control of what customer information is tracked.
Enum | Description |
---|---|
interactionTracking | Use this option to track customer Interactions. |
keychainTidStorage | Use this option to securely store the customer's TID in the keychain. |
cityCountryDetection | Use this option to track the customer's city and country using IPDetect , not the actual device location. |
MXOOptOutConfiguration
The configuration object for opting in and out of tracking.
Property | Type | Description |
---|---|---|
optOut | Bool | Set to true to opt out of tracking. |
optInOptions | MXOOptInOptions | Set of options that have opt in enabled. |
Create an instance using the Builder as shown below: