Classes | |
enum | Operation |
Public Member Functions | |
String | getUserId () |
String | getReaction () |
Operation | getOperation () |
The message reaction operations entity class, which has the following attributes:
userId: The id of the user operating the Reaction reaction: The changed Reaction. operation: The behavior of the action message Reaction. See Operation
.
Operation io.agora.chat.MessageReactionOperation.getOperation | ( | ) |
String io.agora.chat.MessageReactionOperation.getReaction | ( | ) |
Gets the changed Reaction.
String io.agora.chat.MessageReactionOperation.getUserId | ( | ) |
Gets the Reaction Operator.