public static interface PhotoEditor.OnSaveListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Exception exception)
Call when failed to saved image on given path
|
void |
onSuccess(java.lang.String imagePath)
Call when edited image is saved successfully on given path
|
void onSuccess(java.lang.String imagePath)
imagePath - path on which image is savedvoid onFailure(java.lang.Exception exception)
exception - exception thrown while saving image