onInterstitialAdReady method
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
@override
void onInterstitialAdReady() {
// TODO: implement onInterstitialAdReady
onLoaded();
}