onInterstitialAdClosed method
Invoked when the ad is closed and the user is about to return to the application.
Native SDK Reference
- Android: onInterstitialAdClosed
-
iOS: interstitialDidClose
Implementation
@override
void onInterstitialAdClosed() {
onClose();
}