[[["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 2021-03-03 UTC."],[],[],null,["# GoogleMobileAds Framework Reference\n\nGADRewardedAdDelegate\n=====================\n\n protocol GADRewardedAdDelegate : NSObjectProtocol\n\nDelegate for receiving state change messages from a GADRewardedAd.\n- `\n ``\n ``\n `\n\n ### [rewardedAd(_:userDidEarn:)](#/c:objc(pl)GADRewardedAdDelegate(im)rewardedAd:userDidEarnReward:)\n\n `\n ` \n Tells the delegate that the user earned a reward. \n\n #### Declaration\n\n Swift \n\n func rewardedAd(_ rewardedAd: ../Classes/GADRewardedAd.html, userDidEarn reward: ../Classes/GADAdReward.html)\n\n- `\n ``\n ``\n `\n\n ### [rewardedAd(_:didFailToPresentWithError:)](#/c:objc(pl)GADRewardedAdDelegate(im)rewardedAd:didFailToPresentWithError:)\n\n `\n ` \n Tells the delegate that the rewarded ad failed to present. \n\n #### Declaration\n\n Swift \n\n optional func rewardedAd(_ rewardedAd: ../Classes/GADRewardedAd.html, didFailToPresentWithError error: Error)\n\n- `\n ``\n ``\n `\n\n ### [rewardedAdDidPresent(_:)](#/c:objc(pl)GADRewardedAdDelegate(im)rewardedAdDidPresent:)\n\n `\n ` \n Tells the delegate that the rewarded ad was presented. \n\n #### Declaration\n\n Swift \n\n optional func rewardedAdDidPresent(_ rewardedAd: ../Classes/GADRewardedAd.html)\n\n- `\n ``\n ``\n `\n\n ### [rewardedAdDidDismiss(_:)](#/c:objc(pl)GADRewardedAdDelegate(im)rewardedAdDidDismiss:)\n\n `\n ` \n Tells the delegate that the rewarded ad was dismissed. \n\n #### Declaration\n\n Swift \n\n optional func rewardedAdDidDismiss(_ rewardedAd: ../Classes/GADRewardedAd.html)"]]