NIMSDK-AOS
9.19.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
constants
QChatSystemNotificationStatus.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.constants;
2
3
public
class
QChatSystemNotificationStatus
{
4
/**
5
* 系统通知状态正常
6
*/
7
public
static
final
int
STATUS_NORMAL
= 0;
8
9
/**
10
* 系统通知状态大于等于10000表示自定义状态
11
*/
12
public
static
final
int
STATUS_CUSTOM
= 10000;
13
}
com.netease.nimlib.sdk.qchat.constants.QChatSystemNotificationStatus
Definition:
QChatSystemNotificationStatus.java:3
com.netease.nimlib.sdk.qchat.constants.QChatSystemNotificationStatus.STATUS_NORMAL
static final int STATUS_NORMAL
系统通知状态正常
Definition:
QChatSystemNotificationStatus.java:7
com.netease.nimlib.sdk.qchat.constants.QChatSystemNotificationStatus.STATUS_CUSTOM
static final int STATUS_CUSTOM
系统通知状态大于等于10000表示自定义状态
Definition:
QChatSystemNotificationStatus.java:12
生成于 2024年 十月 16日 星期三 10:25:05 , 为 NIMSDK-AOS使用
1.8.13