THEOplayer Web SDK
    Preparing search index...

    Interface AdsManagerLoadedEvent

    Fired when the google.ima.AdsManager is created.

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

    Hierarchy (View Summary)

    • Event<"adsmanagerloaded">
      • AdsManagerLoadedEvent
    Index

    Properties

    Properties

    adsManager: any
    date: Date

    The creation date of the event.

    type: "adsmanagerloaded"

    The type of the event.