NIMSDK-AOS  9.16.0
Public 成员函数 | 静态 Public 成员函数 | Public 属性 | 所有成员列表
com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType 枚举类型参考

推送消息类型选项 低等级消息:普通消息等(没有具体目标、没有@意愿) 中等级消息: @所有人等(没有具体目标、有@意愿) 高等级消息: @某些人等(有具体目标、有@意愿) 更多...

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

构造及析构函数说明

◆ QChatPushMsgType()

com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.QChatPushMsgType ( int  value)

在文件 QChatPushMsgType.java32 行定义.

成员函数说明

◆ getValue()

int com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.getValue ( )

在文件 QChatPushMsgType.java36 行定义.

◆ typeOfValue()

static QChatPushMsgType com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.typeOfValue ( int  value)
static

在文件 QChatPushMsgType.java40 行定义.

类成员变量说明

◆ ALL

com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.ALL =(1)

推送全部类型消息

在文件 QChatPushMsgType.java11 行定义.

◆ HIGH_LEVEL

com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.HIGH_LEVEL =(3)

只推送高等级消息

在文件 QChatPushMsgType.java19 行定义.

◆ HIGH_MID_LEVEL

com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.HIGH_MID_LEVEL =(2)

只推送高、中等级消息

在文件 QChatPushMsgType.java15 行定义.

◆ INHERIT

com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.INHERIT =(5)

继承上一级配置

在文件 QChatPushMsgType.java27 行定义.

◆ NONE

com.netease.nimlib.sdk.qchat.enums.QChatPushMsgType.NONE =(4)

全部消息都不推送

在文件 QChatPushMsgType.java23 行定义.


枚举说明文档从下列文件生成: