TrackingOptOutConfig
Create a instance of com.moengage.core.config.TrackingOptOutConfig with isCarrierTrackingEnabled, isDeviceAttributeTrackingEnabled and optedOutActivityNames
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
Deprecated
This function is deprecated and will be removed in 16.00.00
Replace with
TrackingOptOutConfig(Boolean, Boolean, List<String>, ScreenNameTrackingConfig)
Create an instance of the tracking opt-out.
Since
11.0.00
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.
set of activities class which needs to excluded from tracking
instance of ScreenNameTrackingConfig
Deprecated
This function is deprecated and will be removed in 16.00.00
Replace with
TrackingOptOutConfig(Boolean, Boolean, List<String>)