Unblu Agent Embedded JS API
Preparing search index...
ConnectedConversationsChangedListener
Type Alias ConnectedConversationsChangedListener
ConnectedConversationsChangedListener
:
(
conversationId
:
string
)
=>
void
Listener called whenever the list of connected conversations changes.
Type Declaration
(
conversationId
:
string
)
:
void
Parameters
conversationId
:
string
Returns
void
See
UnbluConversationConnectionsApi.CONNECTED_CONVERSATIONS_CHANGED
UnbluConversationConnectionsApi.on
to register for the event
UnbluConversationConnectionsApi.off
to unregister from the event
UnbluConversationConnectionsApi.CONVERSATION_CONNECTED
to just listen to when conversations are connected
UnbluConversationConnectionsApi.CONVERSATION_DISCONNECTED
to just listen to when conversations are disconnected
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Unblu Agent Embedded JS API
Loading...
Listener called whenever the list of connected conversations changes.