CometChatUIEventListener mixin

Listener class for CometChatConversations

Implemented types
Mixin applications

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

ccActiveChatChanged(Map<String, dynamic>? id, BaseMessage? lastMessage, User? user, Group? group, int unreadMessageCount) → void
ccComposeMessage(String text, MessageEditStatus status) → void
hidePanel(Map<String, dynamic>? id, CustomUIPosition uiPosition) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAiFeatureTapped(User? user, Group? group) → void
openChat(User? user, Group? group) → void
showPanel(Map<String, dynamic>? id, CustomUIPosition uiPosition, WidgetBuilder child) → void
toString() String
A string representation of this object.
inherited

Operators

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