update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// 会话强提示内容
|
||||
class GroupAtType {
|
||||
/// 无提示
|
||||
/// 取消所有提示,即调用了resetConversationGroupAtType方法
|
||||
static const atNormal = 0;
|
||||
|
||||
/// @了我提示
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// 当前flutter平台仅支持Android/ios
|
||||
class IMPlatform {
|
||||
/// IOS
|
||||
static const ios = 1;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// callback类型
|
||||
class ListenerType {
|
||||
static final simpleMsgListener = 'simpleMsgListener';
|
||||
static final connectListener = 'connectListener';
|
||||
|
||||
@@ -83,6 +83,7 @@ class MessageType {
|
||||
|
||||
/// 用户信息改变
|
||||
static const userInfoUpdatedNotification = 1303;
|
||||
|
||||
static const userNotificationEnd = 1399;
|
||||
|
||||
/// OA通知
|
||||
@@ -122,6 +123,7 @@ class MessageType {
|
||||
|
||||
/// 解散群
|
||||
static const dismissGroupNotification = 1511;
|
||||
|
||||
static const groupNotificationEnd = 1599;
|
||||
|
||||
/// 群成员被禁言
|
||||
@@ -143,6 +145,7 @@ class MessageType {
|
||||
|
||||
/// 信令
|
||||
static const signalingNotification = 1601;
|
||||
|
||||
static const signalingNotificationEnd = 1699;
|
||||
|
||||
/// 阅后即焚
|
||||
|
||||
Reference in New Issue
Block a user