Skip to content

RewardedItem

The RewardedItem class represents the reward structure (type and amount) granted to a user for watching a rewarded ad.

Properties

amount / Amount

The amount of the reward granted.

var amount: int
public int Amount { get; set; }

type / Type

The type of the reward granted (e.g. "coins", "lives").

var type: String
public string Type { get; set; }