CometChatMessageEventListener mixin

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

ccLiveReaction(String reaction) → void
ccMessageDeleted(BaseMessage message, EventStatus messageStatus) → void
ccMessageEdited(BaseMessage message, MessageEditStatus status) → void
ccMessageForwarded(BaseMessage message, List<User>? usersSent, List<Group>? groupsSent, MessageStatus status) → void
ccMessageRead(BaseMessage message) → void
ccMessageSent(BaseMessage message, MessageStatus messageStatus) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCardMessageReceived(CardMessage cardMessage) → void
onCustomInteractiveMessageReceived(CustomInteractiveMessage customInteractiveMessage) → void
onCustomMessageReceived(CustomMessage customMessage) → void
onFormMessageReceived(FormMessage formMessage) → void
onInteractionGoalCompleted(InteractionReceipt receipt) → void
onMediaMessageReceived(MediaMessage mediaMessage) → void
onMessageDeleted(BaseMessage message) → void
onMessageEdited(BaseMessage message) → void
onMessageReactionAdded(ReactionEvent reactionEvent) → void
onMessageReactionAdded is called when a reaction is added to a message
onMessageReactionRemoved(ReactionEvent reactionEvent) → void
onMessageReactionRemoved is called when a reaction is removed from a message
onMessagesDelivered(MessageReceipt messageReceipt) → void
onMessagesRead(MessageReceipt messageReceipt) → void
onSchedulerMessageReceived(SchedulerMessage schedulerMessage) → void
onTextMessageReceived(TextMessage textMessage) → void
onTransientMessageReceived(TransientMessage message) → void
onTypingEnded(TypingIndicator typingIndicator) → void
onTypingStarted(TypingIndicator typingIndicator) → void
toString() String
A string representation of this object.
inherited

Operators

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