This commit is contained in:
hrxiang
2022-06-27 18:20:00 +08:00
parent 4132338633
commit 7a68e13398
12 changed files with 24 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
/// 会话强提示内容
class GroupAtType {
/// 无提示
/// 取消所有提示即调用了resetConversationGroupAtType方法
static const atNormal = 0;
/// @了我提示

View File

@@ -1,3 +1,4 @@
/// 当前flutter平台仅支持Android/ios
class IMPlatform {
/// IOS
static const ios = 1;

View File

@@ -1,3 +1,4 @@
/// callback类型
class ListenerType {
static final simpleMsgListener = 'simpleMsgListener';
static final connectListener = 'connectListener';

View File

@@ -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;
/// 阅后即焚