跳转至

RewardedItem

RewardedItem 类表示因观看激励广告而授予用户的奖励结构(类型和数量)。

属性

amount / Amount

授予的奖励数量。

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

type / Type

授予的奖励类型(例如 "coins""lives")。

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