Emitted when the playback of an ad has progressed over a quartile boundary.

interface AdQuartileEvent {
    name: string;
    quartile: AdQuartile;
    timestamp: number;
}

Hierarchy (view full)

Properties

name: string

This event name as it is on the native side.

quartile: AdQuartile

The AdQuartile boundary that playback has progressed over.

timestamp: number

The UNIX timestamp in which this event happened.