GADMediationRewardedAdEventDelegate
@protocol GADMediationRewardedAdEventDelegate <GADMediationAdEventDelegate>Reports rewarded related information to the Google Mobile Ads SDK from the adapter.
-
Notifies the Google Mobile Ads SDK that the GADMediationAd has rewarded the user with a reward.
Declaration
Objective-C
- (void)didRewardUserWithReward:(nonnull GADAdReward *)reward; -
Notifies Google Mobile Ads SDK that the GADMediationAd started video playback.
Declaration
Objective-C
- (void)didStartVideo; -
Notifies Google Mobile Ads SDK that the GADMediationAd’s video playback finished.
Declaration
Objective-C
- (void)didEndVideo;