LicenseManagerState

Enum describing the possible states of the LicenseManager.

Since

4.2.0

Entries

Link copied to clipboard

The license has not been activated yet. Activate the license using LicenseManager.Shared.activate.

Link copied to clipboard

The license has activated successfully and Nix Universal SDK functions are available.

Link copied to clipboard

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.

Link copied to clipboard

The license failed to activate because the options string was invalid. Contact the Nix SDK support team.

Link copied to clipboard

The license has expired and is no longer valid. Contact the Nix SDK support team.

Link copied to clipboard

An unknown error occurred when activating the license. Contact the Nix SDK support team.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.