ProductLicense.IsConsumable Property

Definition

Indicates if the add-on (also called an in-app product or IAP) is consumable. A consumable add-on can be purchased, used, and purchased again.

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

Property Value

Boolean

bool

true if the add-on is a consumable add-on; Otherwise, false.

Applies to