public static interface CropImageView.OnCropImageCompleteListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCropImageComplete(CropImageView view,
CropImageView.CropResult result)
Called when a crop image view has completed cropping image.
Result object contains the cropped bitmap, saved cropped image uri, crop points data or the error occured during cropping. |
void onCropImageComplete(CropImageView view, CropImageView.CropResult result)
view - The crop image view that cropping of image was complete.result - the crop image result data (with cropped image or error)