Package-level declarations

Types

Link copied to clipboard
@Deprecated(message = "Use ChatThreadHandler.archive() instead")
public class ArchiveThreadEvent extends ArchiveThreadEventImpl

Event that archives the thread it was invoked upon.

Link copied to clipboard
public class ArchiveThreadEventImpl extends ChatThreadEvent implements EventCallback.EventWithId

Event that archives the thread it was invoked upon.

Link copied to clipboard
public 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
@Deprecated(message = "Use ChatThreadEventHandler.loadMetadata()")
public class LoadThreadMetadataEvent extends LoadThreadMetadataEventImpl

request thread metadata including name and last message.

Link copied to clipboard

request thread metadata including name and last message.

Link copied to clipboard
@Deprecated(message = "Use ChatThreadEventHandler.markThreadRead()")
public class MarkThreadReadEvent extends MarkThreadReadEventImpl

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 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
@Deprecated(message = "Use ChatThreadEventHandler.typingEnd()")
public class TypingEndEvent extends TypingEndEventImpl

Event notifying agent that the user has stopped typing.

Link copied to clipboard
public class TypingEndEventImpl extends ChatThreadEvent

Event notifying agent that the user has stopped typing.

Link copied to clipboard
@Deprecated(message = "Use ChatThreadEventHandler.typingStart()")
public class TypingStartEvent extends TypingStartEventImpl

Event notifying the agent that the user has started typing.

Link copied to clipboard

Event notifying the agent that the user has started typing.