ListenerType class Enums

事件监听类型

Constructors

ListenerType()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Constants

advancedMsgListener → const String
高级消息监听
'advancedMsgListener'
conversationListener → const String
会话监听
'conversationListener'
friendListener → const String
好友关系链监听
'friendListener'
groupListener → const String
群组监听
'groupListener'
initSDKListener → const String
初始化监听
'initSDKListener'
simpleMsgListener → const String
简单监听
'simpleMsgListener'