-
public interface CropResultUnion type denoting the possible results after a crop operation is done
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCropResult.SuccessThe final result as an ImageBitmap. use asAndroidBitmap if you need an android.graphics.Bitmap.
public classCropResult.CancelledThe user has cancelled the operation or another session was started.
-