ChatThreadEventHandlerActions

Provides in-one-place interactions to trigger all available events.

See also

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@Deprecated(message = "Use ChatThread.archive() instead.")
public final static Unit archiveThread(ChatThreadEventHandler $self, ChatThreadEventHandler.OnEventSentListener listener, ChatThreadEventHandler.OnEventErrorListener errorListener)
@Deprecated(message = "Use ChatThread.archive() instead.")
public final static Unit archiveThread(ChatThreadEventHandler $self, ChatThreadEventHandler.OnEventSentListener listener)
@Deprecated(message = "Use ChatThread.archive() instead.")
public final static Unit archiveThread(ChatThreadEventHandler $self)

Archive the thread.

Link copied to clipboard
Link copied to clipboard
public final static Unit typingEnd(ChatThreadEventHandler $self)

Notify the server that the user has stopped typing.

Link copied to clipboard
public final static Unit typingStart(ChatThreadEventHandler $self)

Notify the agent that the user has started typing.