Package io.rong.imkit.event.actionevent
Class RecallEvent
-
- All Implemented Interfaces:
public class RecallEvent
-
-
Field Summary
Fields Modifier and Type Field Description public ConversationType
conversationType
public String
targetId
public int
messageId
public Message
recallMessage
-
Constructor Summary
Constructors Constructor Description RecallEvent(ConversationType conversationType, String targetId, int messageId, RecallNotificationMessage message)
RecallEvent(ConversationType conversationType, String targetId, int messageId, RecallNotificationMessage message, Message recallMessage)
-
Method Summary
Modifier and Type Method Description ConversationType
getConversationType()
String
getTargetId()
int
getMessageId()
Message
getRecallMessage()
RecallNotificationMessage
getRecallNotificationMessage()
-
-
Method Detail
-
getConversationType
ConversationType getConversationType()
-
getTargetId
String getTargetId()
-
getMessageId
int getMessageId()
-
getRecallMessage
Message getRecallMessage()
-
getRecallNotificationMessage
RecallNotificationMessage getRecallNotificationMessage()
-
-
-
-