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

適用於