| com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.QChatPushConfigParam |
( |
Boolean |
isPushShowNoDetail, |
|
|
Boolean |
isNoDisturbOpen, |
|
|
String |
startNoDisturbTime, |
|
|
String |
stopNoDisturbTime, |
|
|
QChatPushMsgType |
pushMsgType |
|
) |
| |
- 参数
-
| isPushShowNoDetail | 推送是否不显示详情 |
| isNoDisturbOpen | 是否开启免打扰 |
| startNoDisturbTime | 免打扰开始时间,格式 HH:mm |
| stopNoDisturbTime | 免打扰结束时间,格式 HH:mm |
| pushMsgType | 消息推送类型选项 |
在文件 QChatPushConfigParam.java 第 36 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.QChatPushConfigParam |
( |
Boolean |
isNoDisturbOpen, |
|
|
String |
startNoDisturbTime, |
|
|
String |
stopNoDisturbTime |
|
) |
| |
| com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.QChatPushConfigParam |
( |
Boolean |
isPushShowNoDetail | ) |
|
| com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.QChatPushConfigParam |
( |
QChatPushMsgType |
pushMsgType | ) |
|
| Boolean com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getNoDisturbOpen |
( |
| ) |
|
| QChatPushMsgType com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getPushMsgType |
( |
| ) |
|
| Boolean com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getPushShowNoDetail |
( |
| ) |
|
| String com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getStartNoDisturbTime |
( |
| ) |
|
| String com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getStopNoDisturbTime |
( |
| ) |
|
| void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setNoDisturbOpen |
( |
Boolean |
noDisturbOpen | ) |
|
| void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setPushMsgType |
( |
QChatPushMsgType |
pushMsgType | ) |
|
| void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setPushShowNoDetail |
( |
Boolean |
pushShowNoDetail | ) |
|
| void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setStartNoDisturbTime |
( |
String |
startNoDisturbTime | ) |
|
| void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setStopNoDisturbTime |
( |
String |
stopNoDisturbTime | ) |
|
该类的文档由以下文件生成: