onInterstitialAdReady abstract method

  1. @Deprecated("This API has been deprecated as of SDK 7.3.0. Please use the alternate API in LevelPlayInterstitialListener listener instead.")
void onInterstitialAdReady()

Invoked when an Interstitial ad became ready to be shown as a result of the precedent loadInterstitial call.

Native SDK Reference

  • Android: onInterstitialAdReady
  • iOS: interstitialDidLoad
    

Implementation

@Deprecated(
    "This API has been deprecated as of SDK 7.3.0. Please use the alternate API in LevelPlayInterstitialListener listener instead.")
void onInterstitialAdReady();