Package io.scanbot.sdk.barcode.ui
Interface BarcodePolygonsView.PolygonValueClickListener
-
- All Implemented Interfaces:
public interface BarcodePolygonsView.PolygonValueClickListener
A callback interface for the View under the polygon
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onClick(BarcodeItem barcodeItem)
When the user clicked on the view under the polygon -
-
Method Detail
-
onClick
abstract Unit onClick(BarcodeItem barcodeItem)
When the user clicked on the view under the polygon
- Parameters:
barcodeItem
- BarcodeItem for the corresponding polygon
-
-
-
-