BarcodesSelected

data class BarcodesSelected(val selected: List<BarcodeItem>, val automaticSelection: Boolean = false, val delayAfterScanMs: Long? = null) : BarcodeNavigationEvents

Constructors

Link copied to clipboard
constructor(selected: List<BarcodeItem>, automaticSelection: Boolean = false, delayAfterScanMs: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val delayAfterScanMs: Long? = null
Link copied to clipboard