StatusListener class Null safety

Annotations
  • @Deprecated("Switch to using MessageStatusCallBack instead.")

Constructors

StatusListener()

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
onDeliveryAck() → void
The message is delivered.
onError(EMError error) → void
The message fails to be delivered.
onProgress(int progress) → void
The status of a message.
onReadAck() → void
The message is read.
onStatusChanged() → void
Occurs when the status of the message changes.
onSuccess() → void
The message is successfully delivered.
toString() String
A string representation of this object. [...]
inherited

Operators

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