NIMSDK-AOS
9.19.0
|
Public 成员函数 | |
long | getMsgTime () |
获取被撤回消息的时间 更多... | |
String | getMsgUuid () |
获取被撤回消息的uuid,可根据此id找到需要撤回的消息 更多... | |
void | parse (JSONObject json) |
Public 成员函数 继承自 com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment | |
ArrayList< String > | getTargets () |
ArrayList< String > | getTargetNicks () |
String | getOperator () |
String | getOperatorNick () |
Map< String, Object > | getExtension () |
ArrayList< String > | getTags () |
void | parse (JSONObject json) |
String | toString () |
Public 成员函数 继承自 com.netease.nimlib.sdk.msg.attachment.NotificationAttachment | |
NotificationType | getType () |
获取通知类型 更多... | |
void | setType (NotificationType type) |
设置通知类型 更多... | |
String | toJson (boolean send) |
将消息附件序列化为字符串,存储到消息数据库或发送到服务器。 更多... | |
final void | fromJson (String json) |
abstract void | parse (JSONObject json) |
在文件 ChatRoomRecallAttachment.java 第 11 行定义.
long com.netease.nimlib.sdk.chatroom.model.ChatRoomRecallAttachment.getMsgTime | ( | ) |
String com.netease.nimlib.sdk.chatroom.model.ChatRoomRecallAttachment.getMsgUuid | ( | ) |
void com.netease.nimlib.sdk.chatroom.model.ChatRoomRecallAttachment.parse | ( | JSONObject | json | ) |
在文件 ChatRoomRecallAttachment.java 第 36 行定义.