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
-
Constructor Summary
Constructors Constructor Description RecallEvent(ConversationType conversationType, String targetId, int messageId, RecallNotificationMessage message)
-
Method Summary
Modifier and Type Method Description ConversationType
getConversationType()
String
getTargetId()
int
getMessageId()
RecallNotificationMessage
getRecallNotificationMessage()
-
-
Method Detail
-
getConversationType
ConversationType getConversationType()
-
getTargetId
String getTargetId()
-
getMessageId
int getMessageId()
-
getRecallNotificationMessage
RecallNotificationMessage getRecallNotificationMessage()
-
-
-
-