BarcodeFilter

interface BarcodeFilter

You can exclude some barcodes so will not go to scan result.

If you need to pass the barcode with delayed time, you can consider to use BufferedBarcodeFilter.

Since

1.0.0

See also

Functions

Link copied to clipboard
abstract fun filter(candidates: List<BarcodeInfo>, filteredList: MutableSet<BarcodeInfo>)

If you want to filter out from candidate barcodes, put them in filtered list. Excluded barcodes will not go to scan result, com.samsung.android.knox.smartscan.preview.feedback.ScanResultFeedback and PreviewResultHandlingCallback.

Inheritors

Link copied to clipboard