Package com.example.breeze_seas
Interface ImageDB.ImageMutationCallback
- Enclosing class:
ImageDB
public static interface ImageDB.ImageMutationCallback
Callback interface for image write and delete operations.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Called when the mutation operation completes successfully. -
onFailure
Called when the mutation operation fails.- Parameters:
e- the exception describing the failure
-