Enum LicenseType
This enum exposes possible licence type values.
Namespace: Unity.Cloud.Identity
Syntax
public enum LicenseType
Fields
Name | Description | Value |
---|---|---|
None | No License. |
0 |
Trial | Trial License. |
1 |
Paid | Paid License. |
2 |
Floating | Floating License. |
3 |