Interface AdsManagerLoadedEvent

Fired when the google.ima.AdsManager is created.

interface AdsManagerLoadedEvent {
    adsManager: any;
    date: Date;
    type: "adsmanagerloaded";
}

Hierarchy (view full)

  • Event<"adsmanagerloaded">
    • AdsManagerLoadedEvent

Properties

Properties

adsManager: any
date: Date

The creation date of the event.

type: "adsmanagerloaded"

The type of the event.