NIMSDK-AOS
10.9.71
首页
相关页面
包
类
文件
文件列表
plugins
chatroom
src
com
netease
nimlib
sdk
v2
chatroom
attachment
V2NIMChatroomMessageRevokeNotificationAttachment.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.v2.chatroom.attachment;
2
3
/**
4
* 聊天室消息撤回通知附件
5
*/
6
public
interface
V2NIMChatroomMessageRevokeNotificationAttachment
extends
V2NIMChatroomNotificationAttachment
{
7
/**
8
* 获取消息撤回 ID
9
* @return 消息撤回 ID
10
*/
11
String
getMessageClientId
();
12
/**
13
* 获取消息撤回时间
14
* @return 消息撤回时间
15
*/
16
long
getMessageTime
();
17
}
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomMessageRevokeNotificationAttachment.getMessageClientId
String getMessageClientId()
获取消息撤回 ID
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomMessageRevokeNotificationAttachment.getMessageTime
long getMessageTime()
获取消息撤回时间
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment
聊天室通知消息附件
Definition:
V2NIMChatroomNotificationAttachment.java:10
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomMessageRevokeNotificationAttachment
聊天室消息撤回通知附件
Definition:
V2NIMChatroomMessageRevokeNotificationAttachment.java:6
生成于 2026年 一月 5日 星期一 08:04:46 , 为 NIMSDK-AOS使用
1.8.11