@Deprecated
public static interface CropImageView.OnSaveCroppedImageCompleteListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSaveCroppedImageComplete(CropImageView view,
android.net.Uri uri,
java.lang.Exception error)
Deprecated.
Called when a crop image view has completed cropping image.
If cropping failed error parameter will contain the error. |
void onSaveCroppedImageComplete(CropImageView view, android.net.Uri uri, java.lang.Exception error)
view - The crop image view that cropping of image was complete.uri - the cropped image uri (null if failed)error - if error occurred during cropping will contain the error, otherwise null.