Enum LicensingCode
Describes the status of the LicenseCheck API.
Namespace: UnityEngine.UDP
Assembly: UDP.dll
Syntax
public enum LicensingCode
Fields
Name | Description |
---|---|
LICENSED | The application is licensed to the user. The user has purchased the application or is authorized to download and install the alpha or beta version of the application. |
NOT_LICENSED | The application is not licensed to the user. |
RETRY | Cannot currently obtain license information. Retry the LicenseCheck. |
STORE_NOT_SUPPORT | The current store doesn't support LicenseCheck. |