onInterstitialAdClosed method

  1. @override
void onInterstitialAdClosed()

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();
}