OGPlayer Web SDK
    Preparing search index...

    Class ImaAdsProvider

    SPI for a client-side ads integration (Google IMA HTML5, future slot providers) — the web mirror of the mobile AdsProvider SPI. Opt-in: apps that never touch ads load none of this.

    Implements

    Index
    • Wire the provider to the content element and the ad UI container. Called once before the first requestAds.

      Parameters

      Returns void

    • Request ads for the item's config. autostart carries the content's autoplay intent: false = hold the break until startPendingBreak().

      Parameters

      Returns void

    • The player/container was resized (fullscreen, layout).

      Parameters

      • width: number
      • height: number
      • fullscreen: boolean

      Returns void