TrackingOptOutConfig
class TrackingOptOutConfig(val isCarrierTrackingEnabled: Boolean, val isDeviceAttributeTrackingEnabled: Boolean, val optOutActivities: Set<Class<*>>?, val screenNameTrackingConfig: ScreenNameTrackingConfig)
Constructors
Link copied to clipboard
Properties
Link copied to clipboard
If false the Mobile Carrier name would not be tracked by the SDK, default value true.
Link copied to clipboard
If false device attributes like Product name, Model Name, Height Width, etc are not tracked, default value true.
Link copied to clipboard
Link copied to clipboard
ScreenName Tracking Configuration