NIMSDK-AOS  9.19.0
QChatSystemNotificationStatus.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.constants;
2 
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 }
static final int STATUS_CUSTOM
系统通知状态大于等于10000表示自定义状态