GADRewardedAdDelegate
@protocol GADRewardedAdDelegate <NSObject>Delegate for receiving state change messages from a GADRewardedAd.
-
Tells the delegate that the user earned a reward.
Declaration
Objective-C
- (void)rewardedAd:(nonnull GADRewardedAd *)rewardedAd userDidEarnReward:(nonnull GADAdReward *)reward; -
Tells the delegate that the rewarded ad failed to present.
Declaration
Objective-C
- (void)rewardedAd:(nonnull GADRewardedAd *)rewardedAd didFailToPresentWithError:(nonnull NSError *)error; -
Tells the delegate that the rewarded ad was presented.
Declaration
Objective-C
- (void)rewardedAdDidPresent:(nonnull GADRewardedAd *)rewardedAd; -
Tells the delegate that the rewarded ad was dismissed.
Declaration
Objective-C
- (void)rewardedAdDidDismiss:(nonnull GADRewardedAd *)rewardedAd;