LicenseStatus: "OKAY" | "TRIAL" | "OKAY_EXPIRING_SOON" | "FAILURE_NOT_SET" | "FAILURE_CORRUPTED" | "FAILURE_WRONG_OS" | "FAILURE_APP_ID_MISMATCH" | "FAILURE_EXPIRED" | "FAILURE_SERVER" | "FAILURE_VERSION" | "FAILURE_INACTIVE"

Status of the license plate scanner.

  • OKAY: License is valid and accepted.
  • TRIAL: No license set yet. The SDK is in trial mode.
  • OKAY_EXPIRING_SOON: License is valid but will expire soon. Make sure to update your license before it expires to ensure uninterrupted function.
  • FAILURE_NOT_SET: No license set. On platforms that support trial mode, it means that the SDK's trial mode is over.
  • FAILURE_CORRUPTED: No license active. The set license was unreadable or has an invalid format.
  • FAILURE_WRONG_OS: No license active. The set license does not cover the current operating system.
  • FAILURE_APP_ID_MISMATCH: No license active. The set license does not cover the current app's bundle identifier.
  • FAILURE_EXPIRED: No license active. The set license is valid but it has expired.
  • FAILURE_SERVER: No license active. The online license check failed.
  • FAILURE_VERSION: No license active. The set license does not cover the current SDK version.
  • FAILURE_INACTIVE: No license active. The set license is not yet active.