Package io.scanbot.sdk.barcode.ui
Interface BarcodePolygonsView.BarcodeHighlightDelegate
-
- All Implemented Interfaces:
public interface BarcodePolygonsView.BarcodeHighlightDelegate
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
shouldHighlight(BarcodeItem barcodeItem)
Implement this method to decide if the given barcode should be highlighted -
-
Method Detail
-
shouldHighlight
abstract Boolean shouldHighlight(BarcodeItem barcodeItem)
Implement this method to decide if the given barcode should be highlighted
- Parameters:
barcodeItem
- barcode item
-
-
-
-