Interface BitmapManager.SaveCallback
-
- Enclosing class:
- BitmapManager
public static interface BitmapManager.SaveCallbackCallback for saving a bitmap into a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure()Called when failed to save the bitmap.voidonSuccess(android.net.Uri resultUri)Called when the bitmap was saved successfully.
-