CometChatUserEventListener mixin

Events can be triggered by the user action for e.g. Clicking on a particular user item. All public-facing components in each module will trigger events.

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

ccUserBlocked(User user) → void
This will get triggered when the logged in user blocks another user
ccUserUnblocked(User user) → void
This will get triggered when the logged in user unblocks another user
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