Package io.scanbot.sdk.ui
Interface EditPolygonImageView.EditPolygonDragListener
-
- All Implemented Interfaces:
public interface EditPolygonImageView.EditPolygonDragListener
Callback to track the changing of the state of the polygon selection.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onPolygonSelectedStateChanged(Boolean isFullPolygonSelected)
-
-
Method Detail
-
onPolygonSelectedStateChanged
abstract Unit onPolygonSelectedStateChanged(Boolean isFullPolygonSelected)
-
-
-
-