BarcodeScannerUiItem

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

Data about the scanned barcode.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
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()
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject