LicenseStatus enum
Status of the license plate scanner.
Values
- OKAY → const LicenseStatus
-
License is valid and accepted.
- TRIAL → const LicenseStatus
-
No license set yet. The SDK is in trial mode.
- OKAY_EXPIRING_SOON → const LicenseStatus
-
License is valid but will expire soon. Make sure to update your license before it expires to ensure uninterrupted function.
- FAILURE_NOT_SET → const LicenseStatus
-
No license set. On platforms that support trial mode, it means that the SDK's trial mode is over.
- FAILURE_CORRUPTED → const LicenseStatus
-
No license active. The set license was unreadable or has an invalid format.
- FAILURE_WRONG_OS → const LicenseStatus
-
No license active. The set license does not cover the current operating system.
- FAILURE_APP_ID_MISMATCH → const LicenseStatus
-
No license active. The set license does not cover the current app's bundle identifier.
- FAILURE_EXPIRED → const LicenseStatus
-
No license active. The set license is valid but it has expired.
- FAILURE_SERVER → const LicenseStatus
-
No license active. The online license check failed.
- FAILURE_VERSION → const LicenseStatus
-
No license active. The set license does not cover the current SDK version.
- FAILURE_INACTIVE → const LicenseStatus
-
No license active. The set license is not yet active.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
LicenseStatus> - A constant List of the values in this enum, in order of their declaration.