This commit is contained in:
hrxiang
2022-04-24 12:12:26 +08:00
parent fcc8373560
commit 6edf9b74fa
29 changed files with 545 additions and 27 deletions

View File

@@ -0,0 +1,6 @@
class GroupAtType {
static const atNormal = 0;
static const atMe = 1;
static const atAll = 2;
static const atAllAtMe = 3;
}

View File

@@ -8,4 +8,5 @@ class ListenerType {
static final friendListener = 'friendListener';
static final signalingListener = 'signalingListener';
static final msgSendProgressListener = "msgSendProgressListener";
static final workMomentsListener = "workMomentsListener";
}

View File

@@ -56,6 +56,7 @@ class MessageType {
static const groupMemberCancelMutedNotification = 1513;
static const groupMutedNotification = 1514;
static const groupCancelMutedNotification = 1515;
static const groupMemberInfoChangedNotification = 1516;
static const signalingNotificationBegin = 1600;
static const signalingNotification = 1601;