RewardedAdLoadCallback
The RewardedAdLoadCallback class is used to listen to the load outcome of a RewardedAd load request.
Properties
on_ad_loaded / OnAdLoaded
Triggered when the ad is loaded successfully. Receives the loaded RewardedAd instance.
on_ad_failed_to_load / OnAdFailedToLoad
Triggered when the load request fails. Receives a LoadAdError detailing the load error.