ChatThreadEventHandler
Event handler allows for triggering events regarding the ChatThread instance it was created for.
It has no side effects attached to it and can be created again on demand.
Types
Listener which will be notified when the triggered event has failed with an error.
Listener to be notified when a response is received from the socket after the event is sent.
A listener to be notified when the triggered event is sent.
Functions
Request additional thread metadata.
Mark the thread as read.
Send the chat transcript to the specified email address.
Sends an event to server without further delays. If sending of the event fails, the event is considered consumed anyway.
Triggers an action event based on the provided Action.
Notify the server that the user has stopped typing.
Notify the agent that the user has started typing.