onInterstitialAdClicked method

  1. @override
void onInterstitialAdClicked()

Invoked when the end user clicked on the interstitial ad.

  • Note: This event is not supported by all the networks.

Native SDK Reference

  • Android: onInterstitialAdClicked
  • iOS: didClickInterstitial
    

Implementation

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