BarcodeRegexFilter

Subclass of BarcodeFilter that only accepts barcodes matching regex string.

Constructors

Link copied to clipboard
constructor(regex: String)

Functions

Link copied to clipboard
open override fun acceptsBarcode(barcode: BarcodeItem): Boolean

Accepts or rejects a scanned barcode.