-
public final class TrackingConfig
A Tracking Configuration class used to modify the behavior of which tracking events are allowed to be sent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
TrackingConfig.Builder
The TrackingConfig.Builder.
-
Method Summary
Modifier and Type Method Description boolean
isTimedTrackingEventsEnabled()
Enables events which depends on the Ad time progress to be tracked.This includes, but is not limited to, events such as impression, creative view,start, first quartile, midpoint, third quartile and complete. -
-
Method Detail
-
isTimedTrackingEventsEnabled
boolean isTimedTrackingEventsEnabled()
Enables events which depends on the Ad time progress to be tracked.This includes, but is not limited to, events such as impression, creative view,start, first quartile, midpoint, third quartile and complete.
This is enabled by default.
-
-
-
-