[[["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 reports 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 the SDK track and manage rewarded ad events within the mediation flow.\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;"]]