Enum ELicenseStatus
Describes the validation state returned by the native Pixelnetica license checker.
Namespace: ImageSdkWrapper Assembly: ImageSdkWrapper.MAUI
public enum ELicenseStatus
Field
Active
The provided license key is valid and the SDK is fully usable.
Active = 0
Returns
- ELicenseStatus
AppID_Mismatch
The license cannot be used with this application identifier (bundle/package id).
AppID_Mismatch = -126
Returns
- ELicenseStatus
Expired
The license has expired and features are disabled.
Expired = 1
Returns
- ELicenseStatus
Malformed_Key
The key is malformed or corrupted and cannot be parsed.
Malformed_Key = -128
Returns
- ELicenseStatus
None
No license key was specified when the SDK was initialized.
None = -1
Returns
- ELicenseStatus
PlatformID_Mismatch
The license cannot be used with the current platform identifier.
PlatformID_Mismatch = -127
Returns
- ELicenseStatus
Subscruption_Expired
The subscription portion of the license has expired.
Subscruption_Expired = 2
Returns
- ELicenseStatus