Fired when an event occurs.

interface TheoAdsEvent {
    date: Date;
    interstitial: Interstitial;
    subType: TheoAdsEventType;
    type: THEOADS_EVENT;
}

Hierarchy (view full)

Properties

date: Date

The creation date of the event.

interstitial: Interstitial

The interstitial for which the event was dispatched.

Type of THEOads event.

The type of the event.