[[["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\nGADAdReward\n===========\n\n class GADAdReward : NSObject\n\nReward information for GADRewardBasedVideoAd ads.\n- `\n ``\n ``\n `\n\n ### [type](#/c:objc(cs)GADAdReward(py)type)\n\n `\n ` \n Type of the reward. \n\n #### Declaration\n\n Swift \n\n var type: String { get }\n\n- `\n ``\n ``\n `\n\n ### [amount](#/c:objc(cs)GADAdReward(py)amount)\n\n `\n ` \n Amount rewarded to the user. \n\n #### Declaration\n\n Swift \n\n @NSCopying var amount: NSDecimalNumber { get }\n\n- `\n ``\n ``\n `\n\n ### [init(rewardType:rewardAmount:)](#/c:objc(cs)GADAdReward(im)initWithRewardType:rewardAmount:)\n\n `\n ` \n Returns an initialized GADAdReward with the provided reward type and reward amount. rewardType\n and rewardAmount must not be nil. \n\n #### Declaration\n\n Swift \n\n init(rewardType: String, rewardAmount: NSDecimalNumber)"]]