-
public class TrackingConfig.Builder
The TrackingConfig.Builder.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
timedTrackingEventsEnabled
-
Constructor Summary
Constructors Constructor Description TrackingConfig.Builder()
-
Method Summary
Modifier and Type Method Description TrackingConfig.Builder
setTimedTrackingEventsEnabled(boolean timedTrackingEventsEnabled)
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. TrackingConfig
build()
Builds the TrackingConfig object. -
-
Method Detail
-
setTimedTrackingEventsEnabled
TrackingConfig.Builder setTimedTrackingEventsEnabled(boolean timedTrackingEventsEnabled)
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.
- Parameters:
timedTrackingEventsEnabled
- false to disable this type of tracking events
-
build
TrackingConfig build()
Builds the TrackingConfig object.
-
-
-
-