Package 

Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrackingConfig.Builder

        TrackingConfig.Builder()
    • 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