NIMSDK-AOS
9.19.0
|
"更新系统通知"接口入参 更多...
Public 成员函数 | |
QChatUpdateSystemNotificationParam (@NonNull QChatUpdateParam updateParam, long msgIdServer, QChatSystemNotificationType type) | |
只能更新isPersistEnable为true的通知 更多... | |
QChatUpdateParam | getUpdateParam () |
获取更新操作通用参数 更多... | |
Long | getMsgIdServer () |
获取服务端生成的消息id 更多... | |
QChatSystemNotificationType | getType () |
获取通知类型 更多... | |
String | getBody () |
获取通知内容 更多... | |
void | setBody (String body) |
设置通知内容 更多... | |
Map< String, Object > | getExtension () |
获取通知扩展 更多... | |
void | setExtension (Map< String, Object > extension) |
设置通知扩展 更多... | |
Integer | getStatus () |
获取状态 更多... | |
void | setStatus (Integer status) |
设置状态,只能设置成自定义的状态(status>= 10000),否则提示414参数错误 更多... | |
"更新系统通知"接口入参
在文件 QChatUpdateSystemNotificationParam.java 第 12 行定义.
com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.QChatUpdateSystemNotificationParam | ( | @NonNull QChatUpdateParam | updateParam, |
long | msgIdServer, | ||
QChatSystemNotificationType | type | ||
) |
只能更新isPersistEnable为true的通知
updateParam | 更新操作通用参数 |
msgIdServer | 通知id,全局唯一 |
type | 通知类型 |
在文件 QChatUpdateSystemNotificationParam.java 第 48 行定义.
String com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.getBody | ( | ) |
获取通知内容
在文件 QChatUpdateSystemNotificationParam.java 第 81 行定义.
Map<String, Object> com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.getExtension | ( | ) |
获取通知扩展
在文件 QChatUpdateSystemNotificationParam.java 第 96 行定义.
Long com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.getMsgIdServer | ( | ) |
获取服务端生成的消息id
在文件 QChatUpdateSystemNotificationParam.java 第 66 行定义.
Integer com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.getStatus | ( | ) |
获取状态
在文件 QChatUpdateSystemNotificationParam.java 第 111 行定义.
QChatSystemNotificationType com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.getType | ( | ) |
获取通知类型
在文件 QChatUpdateSystemNotificationParam.java 第 74 行定义.
QChatUpdateParam com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.getUpdateParam | ( | ) |
获取更新操作通用参数
在文件 QChatUpdateSystemNotificationParam.java 第 58 行定义.
void com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.setBody | ( | String | body | ) |
void com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.setExtension | ( | Map< String, Object > | extension | ) |
void com.netease.nimlib.sdk.qchat.param.QChatUpdateSystemNotificationParam.setStatus | ( | Integer | status | ) |
设置状态,只能设置成自定义的状态(status>= 10000),否则提示414参数错误
status |
在文件 QChatUpdateSystemNotificationParam.java 第 119 行定义.