Uses of Interface
com.example.breeze_seas.EventCommentsDB.CommentMutationCallback
-
Uses of EventCommentsDB.CommentMutationCallback in com.example.breeze_seas
Methods in com.example.breeze_seas with parameters of type EventCommentsDB.CommentMutationCallbackModifier and TypeMethodDescriptionvoidEventCommentsDB.addComment(Event event, User user, String body, boolean authorOrganizer, EventCommentsDB.CommentMutationCallback callback) Adds one new comment to the given event's comments subcollection.voidEventCommentsDB.deleteComment(String eventId, String commentId, EventCommentsDB.CommentMutationCallback callback) Deletes one comment from the given event's comments subcollection.