CometChatUIEvents class

Constructors

CometChatUIEvents.new()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

uiListener Map<String, CometChatUIEventListener>
getter/setter pair

Static Methods

addUiListener(String listenerId, CometChatUIEventListener listenerClass) → dynamic
ccActiveChatChanged(Map<String, dynamic>? id, BaseMessage? lastMessage, User? user, Group? group, int unreadMessageCount) → dynamic
ccComposeMessage(String text, MessageEditStatus status) → dynamic
hidePanel(Map<String, dynamic>? id, CustomUIPosition uiPosition) → dynamic
onAiFeatureTapped(User? user, Group? group) → dynamic
openChat(User? user, Group? group) → dynamic
removeUiListener(String listenerId) → dynamic
showPanel(Map<String, dynamic>? id, CustomUIPosition uiPosition, WidgetBuilder child) → dynamic