public interface ReactionApi
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Boolean> |
deleteReaction(Reaction reaction)
deletes reaction of a user in a post.
|
ApiResponse<ReactionList> |
getReactions(String postId)
returns a list of reactions to a post.
|
ApiResponse<Reaction> |
saveReaction(Reaction reaction)
saves an emoji reaction for a post.
|
ApiResponse<Reaction> saveReaction(Reaction reaction)
ApiResponse<ReactionList> getReactions(String postId)
ApiResponse<Boolean> deleteReaction(Reaction reaction)
Copyright © 2019. All rights reserved.