Package com.example.breeze_seas
Interface EventCommentsDB.CommentMutationCallback
- Enclosing class:
EventCommentsDB
public static interface EventCommentsDB.CommentMutationCallback
Callback used for individual comment mutations.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Reports that the requested mutation completed successfully. -
onFailure
Reports that the requested mutation failed.- Parameters:
e- Firestore failure returned by the mutation.
-