Emitted when the download of an ad manifest is started.

interface AdManifestLoadEvent {
    adBreak?: AdBreak;
    adConfig?: AdConfig;
    name: string;
    timestamp: number;
}

Hierarchy (view full)

Properties

adBreak?: AdBreak

The AdBreak this event is related to.

adConfig?: AdConfig

The AdConfig of the loaded ad manifest.

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.