DyteChatEventsListener class abstract

Constructors

DyteChatEventsListener()

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
onChatUpdates(List<DyteChatMessage> messages) → void
On chat updates Triggered when there is a update in chat messages available in this room. messages list of all messages in this room. This also contains messages exchanged before this peer joined in this room
onNewChatMessage(DyteChatMessage message) → void
On new chat message Triggered when there is a new chat messages exchanged in this room.
toString() String
A string representation of this object.
inherited

Operators

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