ProductLicense.IsConsumable 属性

定义

指示加载项 (也称为应用内产品或 IAP) 是易耗品。 可购买、使用和再次购买易耗品加载项。

public:
 property bool IsConsumable { bool get(); };
bool IsConsumable();
public bool IsConsumable { get; }
var boolean = productLicense.isConsumable;
Public ReadOnly Property IsConsumable As Boolean

属性值

Boolean

bool

如果加载项是易耗品加载项,则为 true;否则为 false

适用于