onAdClosed abstract method

void onAdClosed(
  1. IronSourceAdInfo adInfo
)

Invoked when the interstitial ad closed and the user went back to the application screen.

Native SDK Reference

  • Android: onAdClosed
  • iOS: didCloseWithAdInfo
    

Implementation

void onAdClosed(IronSourceAdInfo adInfo);