TrackingOptOutConfig
Create an instance of the tracking opt-out.
Since
Todo: Add Version
Parameters
true if you want the SDK to track the Carrier Name else false.
true if you want the SDK to track the device attributes, else false.
list of activities class name which needs to excluded from tracking
instance of ScreenNameTrackingConfig
Constructors
Create an instance of the tracking opt-out.
Create a instance of com.moengage.core.config.TrackingOptOutConfig with isCarrierTrackingEnabled, isDeviceAttributeTrackingEnabled and optedOutActivityNames
Properties
If false the Mobile Carrier name would not be tracked by the SDK, default value true.
If false device attributes like Product name, Model Name, Height Width, etc are not tracked, the default value is true.
List of Activity Class names to be excluded from tracking, default value empty set.
ScreenName Tracking Configuration