Package 

Interface CropImageView.OnSetImageUriCompleteListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSetImageUriComplete(CropImageView view, Uri uri, Exception error) Called when a crop image view has completed loading image for cropping.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.