License Info

Defined in package com.scandit.datacapture.core

Note

This API is currently unavailable on this platform.

Expiration

Added in version 8.6.0

States representing different expiration types.

AVAILABLE

Added in version 8.6.0

An expiration date is available.

PERPETUAL

Added in version 8.6.0

The license is perpetual and as such there is no expiration date.

NOT_AVAILABLE

Added in version 8.6.0

No information about the expiration date is available for this license type.

CaptureMode

Added in version 8.6.0

A capture mode that a license key can grant access to.

BARCODE_CAPTURE

Added in version 8.6.0

Barcode Capture.

BARCODE_BATCH

Added in version 8.6.0

Barcode Batch (MatrixScan).

BARCODE_COUNT

Added in version 8.6.0

Barcode Count.

BARCODE_FIND

Added in version 8.6.0

Barcode Find.

BARCODE_PICK

Added in version 8.6.0

Barcode Pick.

BARCODE_SELECTION

Added in version 8.6.0

Barcode Selection.

SPARK_SCAN

Added in version 8.6.0

SparkScan.

ID_CAPTURE

Added in version 8.6.0

ID Capture.

LABEL_CAPTURE

Added in version 8.6.0

Label Capture.

PARSER

Added in version 8.6.0

Parser.

TEXT_CAPTURE

Added in version 8.6.0

Text Capture.

LicenseInfo
class LicenseInfo

Added in version 8.6.0

Contains information about the license for which a context was created.

expiration
val expiration: Expiration

Added in version 8.6.0

The license’s expiration. This information is not made available for all license types.

allowedModes
val allowedModes: Set<CaptureMode>

Added in version 8.6.0

The capture modes that the license key allows.