Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AdProviderInterface

Hierarchy

Index

Constructors

constructor

Methods

getCanShowVideoAd

  • getCanShowVideoAd(): boolean
  • Returns if it would be possible to show a video ad now. This can be false if for example the last video ad is

    Returns boolean

getHasAds

  • getHasAds(): boolean
  • Returns if this provider serves ads at all

    Returns boolean

initialize

  • initialize(): Promise<void>
  • Initializes the storage

    Returns Promise<void>

showVideoAd

  • showVideoAd(): Promise<void>
  • Shows an video ad

    Returns Promise<void>