Interface CropRotateFragment.Callback

  • All Known Implementing Classes:
    UploadWidgetFragment
    Enclosing class:
    CropRotateFragment

    public static interface CropRotateFragment.Callback
    Callback for the result of the crop and rotate.
    • Method Detail

      • onCropRotateFinish

        void onCropRotateFinish​(android.net.Uri uri,
                                CropRotateResult result,
                                android.graphics.Bitmap resultBitmap)
        Called when finished to crop and rotate.
        Parameters:
        uri - The source uri.
        result - Crop and rotate result.
        resultBitmap - Crop and rotate result bitmap.
      • onCropRotateCancel

        void onCropRotateCancel​(android.net.Uri uri)
        Called when canceled to crop and rotate.
        Parameters:
        uri - The source uri.