Interface | Description |
---|---|
Chat |
Interface definition of the chat
|
ChatApi |
Chat APIs interface
|
ChatConfig |
Chat configuration interface
|
ChatSession |
Interface definition of the chat session
|
Class | Description |
---|---|
ChatService |
Service that holds the chat session and it's lifecycle.
|
ConfigBuilder<T extends ConfigBuilder> |
Abstract definition of a chat configuration builder
|
ZopimChat |
Definition for initialization and configuration of the chat.
|
ZopimChat.ChatServiceBinder |
Takes care of the chat service bind/unbind from the host activity that started the chat.
|
ZopimChat.SessionConfig |
Configuration class for session chat configuration
|