Package 

Interface CropResult


  • 
    public interface CropResult
    
                        

    Union type denoting the possible results after a crop operation is done

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class CropResult.Success

      The final result as an ImageBitmap. use asAndroidBitmap if you need an android.graphics.Bitmap.

      public class CropResult.Cancelled

      The user has cancelled the operation or another session was started.