Upgrade
This commit is contained in:
6
lib/src/enum/group_at_type.dart
Normal file
6
lib/src/enum/group_at_type.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class GroupAtType {
|
||||
static const atNormal = 0;
|
||||
static const atMe = 1;
|
||||
static const atAll = 2;
|
||||
static const atAllAtMe = 3;
|
||||
}
|
||||
@@ -8,4 +8,5 @@ class ListenerType {
|
||||
static final friendListener = 'friendListener';
|
||||
static final signalingListener = 'signalingListener';
|
||||
static final msgSendProgressListener = "msgSendProgressListener";
|
||||
static final workMomentsListener = "workMomentsListener";
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user