interface AdEvent {
    ad: Ad;
    timestamp: number;
    type: PlayerEvent;
}

Hierarchy (view full)

Properties

Properties

ad: Ad
timestamp: number

The time at which this event was fired

Event type, e.g. 'play'