interface AdManifestLoadedEvent {
    adBreak: AdBreak;
    adConfig: AdConfig;
    downloadTiming: DownloadTiming;
    timestamp: number;
    type: PlayerEvent;
}

Hierarchy (view full)

Properties

adBreak: AdBreak
adConfig: AdConfig
downloadTiming: DownloadTiming
timestamp: number

The time at which this event was fired

Event type, e.g. 'play'