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