public static interface CropImageView.OnGetCroppedImageCompleteListener
| Modifier and Type | Method and Description |
|---|---|
void |
onGetCroppedImageComplete(CropImageView view,
android.graphics.Bitmap bitmap,
java.lang.Exception error)
Called when a crop image view has completed loading image for cropping.
If loading failed error parameter will contain the error. |
void onGetCroppedImageComplete(CropImageView view, android.graphics.Bitmap bitmap, java.lang.Exception error)
view - The crop image view that cropping of image was complete.bitmap - the cropped image bitmap (null if failed)error - if error occurred during cropping will contain the error, otherwise null.