Interface | Description |
---|---|
ChatApi |
Interface definition of the chat
|
ChatApiCommands |
Chat APIs interface
|
ChatApiConfig |
Chat configuration interface
|
ChatSession |
Interface definition of the chat session
|
Class | Description |
---|---|
ChatService |
Service that holds the chat session and it's lifecycle.
|
Logger |
Simple wrapper around
the android log |
ZopimChatApi |
Definition for initialization and configuration of the chat.
|
ZopimChatApi.ChatServiceBinder |
Takes care of the chat service bind/unbind from the host activity that started the chat.
|
ZopimChatApi.ChatTimeoutReceiver |
Receiver for chat session timeout event broadcast by
ChatService |
ZopimChatApi.DefaultConfig<T extends ZopimChatApi.DefaultConfig> |
Configuration class for global chat configuration
|
ZopimChatApi.SessionConfig |
Configuration class for session chat configuration
|
Enum | Description |
---|---|
FileTransfers |
Definition of a set of files being transferred.
|