onInterstitialAdOpened method

  1. @override
void onInterstitialAdOpened()

Invoked when an Interstitial ad has opened.

Native SDK Reference

  • Android: onInterstitialAdOpened
  • iOS: interstitialDidOpen
    

Implementation

@override
void onInterstitialAdOpened() {
  // TODO: implement onInterstitialAdOpened
}