Package io.scanbot.sdk.ui
Interface EditPolygonImageView.EditPolygonDragStateListener
-
- All Implemented Interfaces:
public interface EditPolygonImageView.EditPolygonDragStateListenerCallback to track the change of the state of dragging.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonPolygonDragStateChanged(Boolean isDragging)Called when user started or stopped dragging the polygon. -
-
Method Detail
-
onPolygonDragStateChanged
abstract Unit onPolygonDragStateChanged(Boolean isDragging)
Called when user started or stopped dragging the polygon.
- Parameters:
isDragging- if the user currently dragging the edge of the polygon
-
-
-
-