TalkJsInbox class
The main messaging UI. Chats on the left, messages on the right. Create an Inbox through Session.createInbox and then call mount to show it.
Constructors
- TalkJsInbox(Inbox _talkJsInbox)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onConversationSelected
→ Stream<
ConversationSelectedEvent> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
destroy(
) → void -
mount(
Element? element) → Future< void> -
Renders the UI inside a DOM element specified by
element
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
off(
String eventType, Function handler) → void -
on(
String eventType, Function handler) → void -
selectById(
String conversationId) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited