NIMSDK-AOS
9.19.0
|
"更新用户服务器推送配置"接口入参 更多...
Public 成员函数 | |
QChatUpdateUserServerPushConfigParam (@NonNull long serverId, @NonNull QChatPushMsgType pushMsgType) | |
Long | getServerId () |
获取服务器Id 更多... | |
QChatPushMsgType | getPushMsgType () |
获取推送消息类型选项 更多... | |
boolean | isValid () |
参数是否合法 更多... | |
String | toString () |
Public 成员函数 继承自 com.netease.nimlib.sdk.qchat.param.QChatUpdateUserPushConfigParam | |
QChatUpdateUserPushConfigParam (@NonNull QChatPushMsgType pushMsgType) | |
QChatPushMsgType | getPushMsgType () |
获取推送消息类型选项 更多... | |
额外继承的成员函数 | |
Protected 属性 继承自 com.netease.nimlib.sdk.qchat.param.QChatUpdateUserPushConfigParam | |
final QChatPushMsgType | pushMsgType |
推送消息类型选项 更多... | |
"更新用户服务器推送配置"接口入参
在文件 QChatUpdateUserServerPushConfigParam.java 第 9 行定义.
com.netease.nimlib.sdk.qchat.param.QChatUpdateUserServerPushConfigParam.QChatUpdateUserServerPushConfigParam | ( | @NonNull long | serverId, |
@NonNull QChatPushMsgType | pushMsgType | ||
) |
serverId | 服务器Id |
pushMsgType | 推送消息类型选项 |
在文件 QChatUpdateUserServerPushConfigParam.java 第 21 行定义.
QChatPushMsgType com.netease.nimlib.sdk.qchat.param.QChatUpdateUserServerPushConfigParam.getPushMsgType | ( | ) |
Long com.netease.nimlib.sdk.qchat.param.QChatUpdateUserServerPushConfigParam.getServerId | ( | ) |
boolean com.netease.nimlib.sdk.qchat.param.QChatUpdateUserServerPushConfigParam.isValid | ( | ) |
String com.netease.nimlib.sdk.qchat.param.QChatUpdateUserServerPushConfigParam.toString | ( | ) |
在文件 QChatUpdateUserServerPushConfigParam.java 第 62 行定义.