Barcode Selection Type

Defined in package com.scandit.datacapture.barcode.selection

BarcodeSelectionType
interface BarcodeSelectionType

Added in version 8.6.0

The interface for all barcode selection types. Possible selection types are:

aimerSelection()
fun IBarcodeSelectionType.aimerSelection(): BarcodeSelectionAimerSelection

Added in version 8.6.0

Creates a new BarcodeSelectionAimerSelection.

tapSelection()
fun IBarcodeSelectionType.tapSelection(): BarcodeSelectionTapSelection

Added in version 8.6.0

Creates a new BarcodeSelectionTapSelection.