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

Link copied to clipboard
constructor(urls: List<String>, offset: Double? = null)

Properties

Link copied to clipboard
val offset: Double? = null

The time offset in seconds when progress tracking events should be fired. Only applicable for InterstitialTrackingEventTrigger.Progress events. Ignored for other event types.

Link copied to clipboard

The tracking URLs to fire when this event occurs.