License Manager State
Enum describing the possible states of the LicenseManager.
Since
4.2.0
Entries
The license has not been activated yet. Activate the license using LicenseManager.Shared.activate.
The license has failed to activate because the signature was invalid. Verify that the correct options and signature were used when calling LicenseManager.Shared.activate. Contact the Nix SDK support team if this error persists.
The license failed to activate because the options string was invalid. Contact the Nix SDK support team.
The license has expired and is no longer valid. Contact the Nix SDK support team.
An unknown error occurred when activating the license. Contact the Nix SDK support team.
Properties
Functions
Enum describing the possible states of the LicenseManager.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.