NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam类 参考

Public 成员函数

 QChatPushConfigParam (Boolean isPushShowNoDetail, Boolean isNoDisturbOpen, String startNoDisturbTime, String stopNoDisturbTime, QChatPushMsgType pushMsgType)
 
 QChatPushConfigParam (Boolean isNoDisturbOpen, String startNoDisturbTime, String stopNoDisturbTime)
 
 QChatPushConfigParam (Boolean isPushShowNoDetail)
 
 QChatPushConfigParam (QChatPushMsgType pushMsgType)
 
Boolean getPushShowNoDetail ()
 获取推送是否不显示详情 更多...
 
Boolean getNoDisturbOpen ()
 获取是否开启免打扰 更多...
 
String getStartNoDisturbTime ()
 获取免打扰开始时间,格式 HH:mm 更多...
 
String getStopNoDisturbTime ()
 获取免打扰结束时间,格式 HH:mm 更多...
 
QChatPushMsgType getPushMsgType ()
 获取消息推送类型选项 更多...
 
void setPushShowNoDetail (Boolean pushShowNoDetail)
 设置推送是否不显示详情 更多...
 
void setNoDisturbOpen (Boolean noDisturbOpen)
 设置是否开启免打扰 更多...
 
void setStartNoDisturbTime (String startNoDisturbTime)
 设置免打扰开始时间,格式 HH:mm 更多...
 
void setStopNoDisturbTime (String stopNoDisturbTime)
 设置免打扰结束时间,格式 HH:mm 更多...
 
void setPushMsgType (QChatPushMsgType pushMsgType)
 设置消息推送类型选项 更多...
 

详细描述

在文件 QChatPushConfigParam.java5 行定义.

构造及析构函数说明

◆ QChatPushConfigParam() [1/4]

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.java36 行定义.

◆ QChatPushConfigParam() [2/4]

com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.QChatPushConfigParam ( Boolean  isNoDisturbOpen,
String  startNoDisturbTime,
String  stopNoDisturbTime 
)
参数
isNoDisturbOpen是否开启免打扰
startNoDisturbTime免打扰开始时间,格式 HH:mm
stopNoDisturbTime免打扰结束时间,格式 HH:mm

在文件 QChatPushConfigParam.java51 行定义.

◆ QChatPushConfigParam() [3/4]

com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.QChatPushConfigParam ( Boolean  isPushShowNoDetail)
参数
isPushShowNoDetail推送是否不显示详情

在文件 QChatPushConfigParam.java61 行定义.

◆ QChatPushConfigParam() [4/4]

com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.QChatPushConfigParam ( QChatPushMsgType  pushMsgType)
参数
pushMsgType消息推送类型选项

在文件 QChatPushConfigParam.java69 行定义.

成员函数说明

◆ getNoDisturbOpen()

Boolean com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getNoDisturbOpen ( )

获取是否开启免打扰

返回

在文件 QChatPushConfigParam.java85 行定义.

◆ getPushMsgType()

QChatPushMsgType com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getPushMsgType ( )

获取消息推送类型选项

返回

在文件 QChatPushConfigParam.java109 行定义.

◆ getPushShowNoDetail()

Boolean com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getPushShowNoDetail ( )

获取推送是否不显示详情

返回

在文件 QChatPushConfigParam.java77 行定义.

◆ getStartNoDisturbTime()

String com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getStartNoDisturbTime ( )

获取免打扰开始时间,格式 HH:mm

返回

在文件 QChatPushConfigParam.java93 行定义.

◆ getStopNoDisturbTime()

String com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.getStopNoDisturbTime ( )

获取免打扰结束时间,格式 HH:mm

返回

在文件 QChatPushConfigParam.java101 行定义.

◆ setNoDisturbOpen()

void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setNoDisturbOpen ( Boolean  noDisturbOpen)

设置是否开启免打扰

参数
noDisturbOpen是否开启免打扰

在文件 QChatPushConfigParam.java125 行定义.

◆ setPushMsgType()

void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setPushMsgType ( QChatPushMsgType  pushMsgType)

设置消息推送类型选项

参数
pushMsgType消息推送类型选项

在文件 QChatPushConfigParam.java149 行定义.

◆ setPushShowNoDetail()

void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setPushShowNoDetail ( Boolean  pushShowNoDetail)

设置推送是否不显示详情

参数
pushShowNoDetail推送是否不显示详情

在文件 QChatPushConfigParam.java117 行定义.

◆ setStartNoDisturbTime()

void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setStartNoDisturbTime ( String  startNoDisturbTime)

设置免打扰开始时间,格式 HH:mm

参数
startNoDisturbTime免打扰开始时间,格式 HH:mm

在文件 QChatPushConfigParam.java133 行定义.

◆ setStopNoDisturbTime()

void com.netease.nimlib.sdk.qchat.param.QChatPushConfigParam.setStopNoDisturbTime ( String  stopNoDisturbTime)

设置免打扰结束时间,格式 HH:mm

参数
stopNoDisturbTime免打扰结束时间,格式 HH:mm

在文件 QChatPushConfigParam.java141 行定义.


该类的文档由以下文件生成: