| Interface | Description |
|---|---|
| StoreCallback<T> |
Callback interface for creating Store implementation instance.
|
| Class | Description |
|---|---|
| ChatConfig |
Comapi Chat configuration and setup.
|
| ChatResult |
Chat SDK result.
|
| ChatResult.Error |
Error details.
|
| ChatServiceAccessor |
Separates access to subsets of service APIs.
|
| ComapiChat |
Initialisation point for
ComapiChatClient instance. |
| ComapiChatClient |
Client implementation for chat layer SDK.
|
| EventsHandler |
Event interceptor for foundation events.
|
| FoundationFactory |
Factory class to initialise and obtain Foundation SDK client.
|
| InternalConfig |
Internal configuration for Chat SDK.
|
| RxChatServiceAccessor | |
| StoreFactory<T extends ChatStore> |
Factory class for
ChatStore implementations that preferably can support transactions. |
| StoreTransaction<T extends ChatStore> |
Single transaction on the provided implementation of database (depends on provided
StoreFactory implementation). |