ChatObserver class abstract mixin

Implemented types
Implementers

Constructors

ChatObserver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCmdMessagesReceived(List messages) → void
onConversationRead(String from, String to) → void
onConversationsUpdate() → void
onGroupMessageRead(List groupMessageAcks) → void
onMessageContentChanged(dynamic message, String operatorId, int operationTime) → void
onMessagePinChanged(String messageId, String conversationId, dynamic pinOperation, dynamic pinInfo) → void
onMessageReactionDidChange(List events) → void
onMessagesDelivered(List messages) → void
onMessagesRead(List messages) → void
onMessagesRecalled(List recalled) → void
onMessagesRecalledInfo(List infos, List replaces) → void
onMessagesReceived(List messages) → void
onMessageUpdate(dynamic newMessage, [dynamic oldMessage]) → void
onReadAckForGroupMessageUpdated() → void
onTyping(List<String> fromUsers) → void
toString() String
A string representation of this object.
inherited

Operators

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