Fired when an event occurs.

interface AdEvent {
    ad: AdBreak | Ad;
    date: Date;
    subType: AdEventType;
    type: AD_EVENT;
}

Hierarchy (view full)

Properties

Properties

ad: AdBreak | Ad

The ad or adbreak for which the event was dispatched.

date: Date

The creation date of the event.

subType: AdEventType

Type of ad event.

type: AD_EVENT

The type of the event.

Generated using TypeDoc