onAdClicked abstract method

void onAdClicked(
  1. IronSourceRewardedVideoPlacement placement,
  2. IronSourceAdInfo adInfo
)
inherited

Invoked when the video ad was clicked.

  • This callback is not supported by all networks, and we recommend using it only if it's supported by all networks you included in your build.

Native SDK Reference

  • Android: onAdClicked
  • iOS: didClick
    

Implementation

void onAdClicked(
    IronSourceRewardedVideoPlacement placement, IronSourceAdInfo adInfo);