Package io.scanbot.sdk.barcode.ui
Interface BarcodePolygonsStaticView.BarcodeAcceptanceDelegate
-
- All Implemented Interfaces:
public interface BarcodePolygonsStaticView.BarcodeAcceptanceDelegate
Interface for a BarcodeItem to be marked as highlighted or not. Should be fast (called in onDraw)
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
shouldAccept(BarcodeItem barcodeItem)
Implement this method to decide if the given barcode should be highlighted -
-
Method Detail
-
shouldAccept
abstract Boolean shouldAccept(BarcodeItem barcodeItem)
Implement this method to decide if the given barcode should be highlighted
- Parameters:
barcodeItem
- barcode item
-
-
-
-