InterstitialTrackingEvent

InterstitialTrackingEvent

data class InterstitialTrackingEvent(val urls: List<String>, val offset: Double? = null)

Represents a tracking event for interstitial playback.

Use this to register tracking URLs that should be fired when specific events occur during interstitial playback.

Constructors

InterstitialTrackingEventconstructor(urls: List<String>, offset: Double? = null)

Properties

NameSummary
offsetval offset: Double?
The time offset in seconds when progress tracking events should be fired. Only applicable for InterstitialTrackingEventTrigger.Progress events. Ignored for other event types.
urlsval urls: List<String>
The tracking URLs to fire when this event occurs.