Reward

@objc(YMAReward)
public protocol Reward : NSObjectProtocol

Reward represents reward given to the user.

  • Amount rewarded to the user.

    Declaration

    Swift

    var amount: Int { get }
  • Type of the reward.

    Declaration

    Swift

    var type: String { get }