GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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.
Declaration
Swift
func didRewardUser()
Objective-C
- (void)didRewardUser;
-
Notifies Google Mobile Ads SDK that the GADMediationAd started video playback.
Declaration
Swift
func didStartVideo()
Objective-C
- (void)didStartVideo;
-
Notifies Google Mobile Ads SDK that the GADMediationAd’s video playback finished.
Declaration
Objective-C
- (void)didEndVideo;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGADMediationRewardedAdEventDelegate\u003c/code\u003e relays reward-related information from the adapter to the Google Mobile Ads SDK.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods to notify the SDK when a user is rewarded, when video playback starts, and when video playback ends.\u003c/p\u003e\n"],["\u003cp\u003eThese methods help in tracking user engagement with rewarded ads and providing appropriate rewards.\u003c/p\u003e\n"]]],["The `GADMediationRewardedAdEventDelegate` protocol informs the Google Mobile Ads SDK about rewarded ad events. The delegate reports when a user has been rewarded via the `didRewardUser` method. It also notifies the SDK when video playback starts and ends using the `didStartVideo` and `didEndVideo` methods, respectively. These actions are designed to provide updates on the status of a rewarded ad's interactions.\n"],null,["# GoogleMobileAds Framework Reference\n\nGADMediationRewardedAdEventDelegate\n===================================\n\n @protocol GADMediationRewardedAdEventDelegate \u003c../Protocols/GADMediationAdEventDelegate.html\u003e\n\nReports rewarded related information to the Google Mobile Ads SDK from the adapter.\n- `\n ``\n ``\n `\n\n ### [-didRewardUser](#/c:objc(pl)GADMediationRewardedAdEventDelegate(im)didRewardUser)\n\n `\n ` \n Notifies the Google Mobile Ads SDK that the GADMediationAd has rewarded the user. \n\n #### Declaration\n\n Swift \n\n func didRewardUser()\n\n Objective-C \n\n - (void)didRewardUser;\n\n- `\n ``\n ``\n `\n\n ### [-didStartVideo](#/c:objc(pl)GADMediationRewardedAdEventDelegate(im)didStartVideo)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd started video playback. \n\n #### Declaration\n\n Swift \n\n func didStartVideo()\n\n Objective-C \n\n - (void)didStartVideo;\n\n- `\n ``\n ``\n `\n\n ### [-didEndVideo](#/c:objc(pl)GADMediationRewardedAdEventDelegate(im)didEndVideo)\n\n `\n ` \n Notifies Google Mobile Ads SDK that the GADMediationAd's video playback finished. \n\n #### Declaration\n\n Swift \n\n func didEndVideo()\n\n Objective-C \n\n - (void)didEndVideo;"]]