SelectConversationEvent class
Event data triggered from {@link Inbox.on | Inbox.on("selectConversation")}.
- Annotations
-
- @JS()
- @anonymous
Constructors
- SelectConversationEvent()
-
factory
Properties
- conversation ↔ ConversationData
-
The current conversation object
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- me ↔ UserData
-
The current TalkJS {@link User}
getter/setter pair
-
others
↔ List<
UserData> -
The other participants in the conversation that are not the current user
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
-
preventDefault(
) → void - Prevents the clicked conversation from being selected.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited