EMMessageListener class

Constructors

EMMessageListener()

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

onCmdMessageReceived(List<EMMessage> messages) → void
收到cmd消息messages
onMessageChanged(EMMessage message) → void
消息message变化
onMessageDelivered(List<EMMessage> messages) → void
收到messages消息已送达
onMessageRead(List<EMMessage> messages) → void
收到messages消息已读
onMessageRecalled(List<EMMessage> messages) → void
收到messages消息被撤回
onMessageReceived(List<EMMessage> messages) → void
收到消息messages
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 ==(dynamic other) → bool
The equality operator. [...]
inherited