MessageClickListener class
消息点击回调
Constructors
- MessageClickListener({bool onMessageItemLongClick(ChatMessage message)?, bool onMessageItemClick(ChatMessage message)?, PopMenuAction? customPopActions, bool onTapAvatar(String? userID, {bool isSelf})?})
Properties
- customPopActions ↔ PopMenuAction?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onMessageItemClick ↔ bool Function(ChatMessage message)?
-
getter/setter pair
- onMessageItemLongClick ↔ bool Function(ChatMessage message)?
-
getter/setter pair
- onTapAvatar ↔ bool Function(String? userID, {bool isSelf})?
-
getter/setter pair
- 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