[Fix]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class ConversationType{
|
||||
static const int single_chat = 1;
|
||||
static const int group_chat = 2;
|
||||
}
|
||||
class ConversationType {
|
||||
static const single_chat = 1;
|
||||
static const group_chat = 2;
|
||||
}
|
||||
|
||||
@@ -1,33 +1,17 @@
|
||||
|
||||
class ListenerType {
|
||||
///
|
||||
///
|
||||
static const String simpleMsgListener = 'simpleMsgListener';
|
||||
static const simpleMsgListener = 'simpleMsgListener';
|
||||
|
||||
///
|
||||
///
|
||||
static const String initSDKListener = 'initSDKListener';
|
||||
static const initSDKListener = 'initSDKListener';
|
||||
|
||||
///
|
||||
///
|
||||
static const String groupListener = 'groupListener';
|
||||
static const groupListener = 'groupListener';
|
||||
|
||||
///
|
||||
///
|
||||
static const String advancedMsgListener = 'advancedMsgListener';
|
||||
static const advancedMsgListener = 'advancedMsgListener';
|
||||
|
||||
///
|
||||
///
|
||||
static const String conversationListener = 'conversationListener';
|
||||
static const conversationListener = 'conversationListener';
|
||||
|
||||
///
|
||||
///
|
||||
static const String friendListener = 'friendListener';
|
||||
static const friendListener = 'friendListener';
|
||||
|
||||
///
|
||||
///
|
||||
static const String signalingListener = 'signalingListener';
|
||||
static const signalingListener = 'signalingListener';
|
||||
|
||||
///
|
||||
static const String msgSendProgressListener = "msgSendProgressListener";
|
||||
static const msgSendProgressListener = "msgSendProgressListener";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user