LicenseHardwareCodeType enum
Enumerates the types of hardware codes.
Constructors
- LicenseHardwareCodeType()
-
const
Values
- windowsOs → const LicenseHardwareCodeType
-
License locked on Windows OS.
- linuxOs → const LicenseHardwareCodeType
-
License locked on Linux OS.
- android → const LicenseHardwareCodeType
-
License locked on Android device.
- androidPackageName → const LicenseHardwareCodeType
-
License locked on Android application package name.
- ios → const LicenseHardwareCodeType
-
License locked on iOS device.
- macOs → const LicenseHardwareCodeType
-
License locked on macOS.
- jetsonNano → const LicenseHardwareCodeType
-
License locked on Jetson Nano.
- iosBundleId → const LicenseHardwareCodeType
-
License locked on iOS application Bundle ID.
- windowsUsb → const LicenseHardwareCodeType
-
License locked on Windows USB stick.
- smartCard → const LicenseHardwareCodeType
-
License locked on a smart card.
- application → const LicenseHardwareCodeType
-
License locked on a application.
Properties
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<
LicenseHardwareCodeType> -
A constant List of the values in this enum, in order of their declaration.
[windowsOs, linuxOs, android, androidPackageName, ios, macOs, jetsonNano, iosBundleId, windowsUsb, smartCard, application]