NIMSDK-AOS
9.19.0
|
Created by hzxuwen on 2016/12/20. 更多...
Public 成员函数 | |
ChatRoomQueueChangeType | getChatRoomQueueChangeType () |
String | getKey () |
String | getContent () |
Map< String, String > | getContentMap () |
void | parse (JSONObject json) |
![]() | |
ArrayList< String > | getTargets () |
ArrayList< String > | getTargetNicks () |
String | getOperator () |
String | getOperatorNick () |
Map< String, Object > | getExtension () |
ArrayList< String > | getTags () |
void | parse (JSONObject json) |
String | toString () |
![]() | |
NotificationType | getType () |
获取通知类型 更多... | |
void | setType (NotificationType type) |
设置通知类型 更多... | |
String | toJson (boolean send) |
将消息附件序列化为字符串,存储到消息数据库或发送到服务器。 更多... | |
final void | fromJson (String json) |
abstract void | parse (JSONObject json) |
Created by hzxuwen on 2016/12/20.
在文件 ChatRoomQueueChangeAttachment.java 第 14 行定义.
ChatRoomQueueChangeType com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment.getChatRoomQueueChangeType | ( | ) |
在文件 ChatRoomQueueChangeAttachment.java 第 29 行定义.
String com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment.getContent | ( | ) |
在文件 ChatRoomQueueChangeAttachment.java 第 37 行定义.
Map<String, String> com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment.getContentMap | ( | ) |
在文件 ChatRoomQueueChangeAttachment.java 第 41 行定义.
String com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment.getKey | ( | ) |
在文件 ChatRoomQueueChangeAttachment.java 第 33 行定义.
void com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment.parse | ( | JSONObject | json | ) |
在文件 ChatRoomQueueChangeAttachment.java 第 47 行定义.