-
public interface CropImageView.OnCropImageCompleteListenerInterface definition for a callback to be invoked when image async crop is complete.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCropImageComplete(CropImageView view, CropImageView.CropResult result)Called when a crop image view has completed cropping image. -
-
Method Detail
-
onCropImageComplete
abstract Unit onCropImageComplete(CropImageView view, CropImageView.CropResult result)
Called when a crop image view has completed cropping image.<br></br> Result object contains the cropped bitmap, saved cropped image uri, crop points data or the error occurred during cropping.
view The crop image view that cropping of image was complete. result the crop image result data (with cropped image or error)
-
-
-
-