public static class Event.RemoteMessageRecallEvent
extends java.lang.Object
| 构造器和说明 |
|---|
RemoteMessageRecallEvent(int messageId,
Conversation.ConversationType type,
RecallNotificationMessage recallNotificationMessage,
boolean recallSuccess,
java.lang.String targetId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Conversation.ConversationType |
getConversationType() |
int |
getMessageId() |
RecallNotificationMessage |
getRecallNotificationMessage() |
java.lang.String |
getTargetId() |
boolean |
isRecallSuccess() |
public RemoteMessageRecallEvent(int messageId,
Conversation.ConversationType type,
RecallNotificationMessage recallNotificationMessage,
boolean recallSuccess,
java.lang.String targetId)
public int getMessageId()
public Conversation.ConversationType getConversationType()
public RecallNotificationMessage getRecallNotificationMessage()
public boolean isRecallSuccess()
public java.lang.String getTargetId()