onInterstitialAdShowSucceeded method
Invoked when an Interstitial screen is about to open.
- Note: This event is not supported by all the networks.
- You should NOT treat this event as an interstitial impression, but rather use onInterstitialAdOpened.
Native SDK Reference
- Android: onInterstitialAdShowSucceeded
-
iOS: interstitialDidShow
Implementation
@override
void onInterstitialAdShowSucceeded() {
// TODO: implement onInterstitialAdShowSucceeded
}