BarcodeScannerUiItemInternal

data class BarcodeScannerUiItemInternal(val barcode: BarcodeItem, val count: Int) : AutoCloseable, Parcelable

Data about the scanned barcode.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(barcode: BarcodeItem, count: Int)

Properties

Link copied to clipboard

Scanned barcode.

Link copied to clipboard
val count: Int

Number of scanned barcodes of this symbology and value.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun close()