-
public interface CropImageView.OnSetCropOverlayReleasedListenerInterface definition for a callback to be invoked when the crop overlay is released.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCropOverlayReleased(Rect rect)Called when the crop overlay changed listener is called and inProgress is false. -
-
Method Detail
-
onCropOverlayReleased
abstract Unit onCropOverlayReleased(Rect rect)
Called when the crop overlay changed listener is called and inProgress is false.
rect The rect coordinates of the cropped overlay
-
-
-
-