-
public interface CropImageView.OnSetImageUriCompleteListenerInterface definition for a callback to be invoked when image async loading is complete.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSetImageUriComplete(CropImageView view, Uri uri, Exception error)Called when a crop image view has completed loading image for cropping. -
-
Method Detail
-
onSetImageUriComplete
abstract Unit onSetImageUriComplete(CropImageView view, Uri uri, Exception error)
Called when a crop image view has completed loading image for cropping.<br></br> If loading failed error parameter will contain the error.
view The crop image view that loading of image was complete. uri the URI of the image that was loading error if error occurred during loading will contain the error, otherwise null.
-
-
-
-