Package-level declarations

Types

Link copied to clipboard

Event that archives the thread it was invoked upon.

Link copied to clipboard
sealed class ChatThreadEvent

Base class for chat events. It's responsible for generating thread specific models in order to dispatch them to the server.

Link copied to clipboard

request thread metadata including name and last message.

Link copied to clipboard

Event that marks a thread as read. This event should be triggered every time user visits or interacts with any given thread.

Link copied to clipboard

Event notifying agent that the user has stopped typing.

Link copied to clipboard

Event notifying the agent that the user has started typing.