Package 

Interface CropImageView.OnCropImageCompleteListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onCropImageComplete(CropImageView view, CropImageView.CropResult result) Called when a crop image view has completed cropping image.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onCropImageComplete

         abstract Unit onCropImageComplete(CropImageView view, CropImageView.CropResult result)

        Called when a crop image view has completed cropping image.<br></br> Result object contains the cropped bitmap, saved cropped image uri, crop points data or the error occured during cropping.

        Parameters:
        view - The crop image view that cropping of image was complete.
        result - the crop image result data (with cropped image or error)