ProductLicense.IsActive Property

Definition

Indicates if the add-on (also called an in-app product or IAP) license is currently active.

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

Property Value

Boolean

bool

Returns true if the add-on's license is active, and otherwise false. This property can return false if the license is missing, expired, or revoked.

Applies to