onAdAvailable abstract method

void onAdAvailable(
  1. IronSourceAdInfo adInfo
)

Indicates that there's an available ad.

  • adInfo includes information about the ad that was loaded successfully
  • Use this callback instead of onRewardedVideoAvailabilityChanged

Native SDK Reference

  • Android: onAdAvailable
  • iOS: hasAdAvailableWithAdInfo
    

Implementation

void onAdAvailable(IronSourceAdInfo adInfo);