LicenseStatus

Status of the license plate scanner.

Entries

Link copied to clipboard

License is valid and accepted.

Link copied to clipboard

No license set yet. The SDK is in trial mode.

Link copied to clipboard

License is valid but will expire soon. Make sure to update your license before it expires to ensure uninterrupted function.

Link copied to clipboard

No license set. On platforms that support trial mode, it means that the SDK's trial mode is over.

Link copied to clipboard

No license active. The set license was unreadable or has an invalid format.

Link copied to clipboard

No license active. The set license does not cover the current operating system.

Link copied to clipboard

No license active. The set license does not cover the current app's bundle identifier.

Link copied to clipboard

No license active. The set license is valid but it has expired.

Link copied to clipboard

No license active. The online license check failed.

Link copied to clipboard

No license active. The set license does not cover the current SDK version.

Link copied to clipboard

No license active. The set license is not yet active.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
fun toJson(): String
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.