NIMSDK-AOS
9.17.0
|
推送消息类型选项 低等级消息:普通消息等(没有具体目标、没有@意愿) 中等级消息: @所有人等(没有具体目标、有@意愿) 高等级消息: @某些人等(有具体目标、有@意愿) 更多...
Public 成员函数 | |
QChatPushMsgType (int value) | |
int | getValue () |
静态 Public 成员函数 | |
static QChatPushMsgType | typeOfValue (int value) |
Public 属性 | |
ALL =(1) | |
推送全部类型消息 更多... | |
HIGH_MID_LEVEL =(2) | |
只推送高、中等级消息 更多... | |
HIGH_LEVEL =(3) | |
只推送高等级消息 更多... | |
NONE =(4) | |
全部消息都不推送 更多... | |
INHERIT =(5) | |
继承上一级配置 更多... | |
推送消息类型选项 低等级消息:普通消息等(没有具体目标、没有@意愿) 中等级消息: @所有人等(没有具体目标、有@意愿) 高等级消息: @某些人等(有具体目标、有@意愿)
在文件 QChatPushMsgType.java 第 7 行定义.
com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.QChatPushMsgType | ( | int | value | ) |
在文件 QChatPushMsgType.java 第 32 行定义.
int com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.getValue | ( | ) |
在文件 QChatPushMsgType.java 第 36 行定义.
|
static |
在文件 QChatPushMsgType.java 第 40 行定义.
com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.ALL =(1) |
推送全部类型消息
在文件 QChatPushMsgType.java 第 11 行定义.
com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.HIGH_LEVEL =(3) |
只推送高等级消息
在文件 QChatPushMsgType.java 第 19 行定义.
com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.HIGH_MID_LEVEL =(2) |
只推送高、中等级消息
在文件 QChatPushMsgType.java 第 15 行定义.
com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.INHERIT =(5) |
继承上一级配置
在文件 QChatPushMsgType.java 第 27 行定义.
com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.NONE =(4) |
全部消息都不推送
在文件 QChatPushMsgType.java 第 23 行定义.