License Info

Defined in package com.scandit.datacapture.core.license

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 6.4.0

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

expiration
val expiration: Expiration

Added in version 6.4.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.

toJson()
fun toJson(): String

Added in version 6.5.0

Returns the JSON representation of the license info.

Expiration
abstract class Expiration

Added in version 6.4.0