BarcodeScannerEngineMode

The engine mode for barcode scanning.

Entries

Link copied to clipboard

Legacy mode. Very fast, significantly less accurate. Doesn't support all barcode types.

Link copied to clipboard

A faster version of the main engine mode, for use with low-power devices.

Link copied to clipboard

Main engine mode for high-power devices. Supports all barcodes types.

Link copied to clipboard

Similar to NEXT_GEN_LOW_POWER, but optimized for scanning from far distances.

Link copied to clipboard

Similar to NEXT_GEN, but optimized for scanning from far distances.

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

Converts SDK object to JSON-compatible object.

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.