Interface LevelPlayInterstitialAdListener

    • Constructor Detail

    • Method Detail

      • onAdLoaded

         abstract Unit onAdLoaded(LevelPlayAdInfo adInfo)

        Triggered when an interstitial ad is loaded.

        Parameters:
        adInfo - Ad info of the loaded interstitial ad.
      • onAdDisplayed

         abstract Unit onAdDisplayed(LevelPlayAdInfo adInfo)

        Triggered when an interstitial ad is displayed.

        Parameters:
        adInfo - Ad info of the displayed interstitial ad.
      • onAdClicked

         Unit onAdClicked(LevelPlayAdInfo adInfo)

        Triggered when an interstitial ad is clicked.

        Parameters:
        adInfo - Ad info of the clicked interstitial ad.
      • onAdClosed

         Unit onAdClosed(LevelPlayAdInfo adInfo)

        Triggered when an interstitial ad is closed.

        Parameters:
        adInfo - Ad info of the closed interstitial ad.
      • onAdInfoChanged

         Unit onAdInfoChanged(LevelPlayAdInfo adInfo)

        Triggered when ad was reloaded and ad info updated.

        Parameters:
        adInfo - The updated interstitial ad info after the reloading.