onAdOpened abstract method

void onAdOpened(
  1. IronSourceAdInfo adInfo
)

Invoked when the Interstitial Ad Unit has opened, and user left the application screen.

  • This is the impression indication.

Native SDK Reference

  • Android: onAdOpened
  • iOS: didOpenWithAdInfo
    

Implementation

void onAdOpened(IronSourceAdInfo adInfo);