acceptsBarcode

open override fun acceptsBarcode(barcode: BarcodeItem): Boolean

Accepts or rejects a scanned barcode.

Return

true if the given barcode should be accepted, false otherwise.

Parameters

barcode

The barcode to be accepted or rejected by the filter.