GoogleMobileAds Framework Reference

GADAdReward

@interfaceGADAdReward:NSObject

Reward information for GADRewardBasedVideoAd ads.

  • Type of the reward.

    Declaration

    Objective-C

    @property(readonly,copy,nonatomic)NSString*_Nonnulltype;
  • Amount rewarded to the user.

    Declaration

    Objective-C

    @property(readonly,copy,nonatomic)NSDecimalNumber*_Nonnullamount;
  • Returns an initialized GADAdReward with the provided reward type and reward amount. rewardTypeand rewardAmount must not be nil.

    Declaration

    Objective-C

    -(nonnullinstancetype)initWithRewardType:(nonnullNSString*)rewardTyperewardAmount:(nonnullNSDecimalNumber*)rewardAmount;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021-03-03 UTC.