NIMSDK-AOS
10.5.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
{
7
public
static
final
int
STATUS_NORMAL
= 0;
8
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年 十月 15日 星期二 18:40:26 , 为 NIMSDK-AOS使用
1.8.13