onAdRewarded abstract method

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

The user completed to watch the video, and should be rewarded.

  • placement will include the reward data.
  • When using server-to-server callbacks, you may ignore this event and wait for the ironSource server callback.

Native SDK Reference

  • Android: onAdRewarded
  • iOS: didReceiveRewardForPlacement
    

Implementation

void onAdRewarded(
    IronSourceRewardedVideoPlacement placement, IronSourceAdInfo adInfo);