Package 

Interface ImageCropper


  • @Stable() 
    public interface ImageCropper
    
                        

    State holder for the image cropper. Allows starting new crop sessions as well as getting the state of the pending crop.

    • Method Summary

      Modifier and Type Method Description
      abstract CropResult crop(IntSize maxResultSize, SuspendFunction0<ImageSrc> createSrc) Initiates a new crop session, cancelling the current one, if any.
      abstract CropState getCropState() The pending crop state, if any
      abstract CropperLoading getLoadingStatus()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait