GoogleMobileAds Framework Reference

GADAdReward

classGADAdReward:NSObject

Reward information for GADRewardBasedVideoAd ads.

  • Type of the reward.

    Declaration

    Swift

    vartype:String{get}
  • Amount rewarded to the user.

    Declaration

    Swift

    @NSCopyingvaramount:NSDecimalNumber{get}
  • Returns an initialized GADAdReward with the provided reward type and reward amount. rewardTypeand rewardAmount must not be nil.

    Declaration

    Swift

    init(rewardType:String,rewardAmount:NSDecimalNumber)

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.