Interface CropRotateFragment.Callback
-
- All Known Implementing Classes:
UploadWidgetFragment
- Enclosing class:
- CropRotateFragment
public static interface CropRotateFragment.CallbackCallback for the result of the crop and rotate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCropRotateCancel(android.net.Uri uri)Called when canceled to crop and rotate.voidonCropRotateFinish(android.net.Uri uri, CropRotateResult result, android.graphics.Bitmap resultBitmap)Called when finished to 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.
-
-