onInterstitialAdLoadFailed method
Invoked when there is no Interstitial ad available
as a result of the precedent loadInterstitial call.
- You can learn about the reason by examining
error.
Native SDK Reference
- Android: onInterstitialAdLoadFailed
-
iOS: interstitialDidFailToLoadWithError
Implementation
@override
void onInterstitialAdLoadFailed(IronSourceError error) {
// TODO: implement onInterstitialAdLoadFailed
onFailed();
}