Package io.scanbot.sdk.barcode.ui
Interface BarcodePolygonsView.PolygonValueClickListener
-
- All Implemented Interfaces:
public interface BarcodePolygonsView.PolygonValueClickListenerA callback interface for the View under the polygon
-
-
Method Summary
Modifier and Type Method Description abstract UnitonClick(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
-
-
-
-