| Interface | Description |
|---|---|
| SDKInitializer |
A contract for SDK Loaders; each SDK will have atleast one initializer which
will setup various SDK entity instances.
|
| Class | Description |
|---|---|
| ChatManager |
ChatManager manages user conversations. |
| JavaSDKInitializer |
An utility class which instantiates various entities and sets u p them
correctly.
|
| Platform |
Custodian class which keeps all top level entity instances along with user
Session.
|
| PresenceManager |
User level class which exposes interface to send/receive presence stanzas.
|
| Session |
Session holds transient data applicable to a user session. |
| UserManager |
UserManager is the top level entity which has all the convinience
method required to add, retrieve and update user related data. |
| Enum | Description |
|---|---|
| DeviceType | |
| PushNotificationService |
| Exception | Description |
|---|---|
| NotInitializedException |
A
RuntimeException to indicate that an entity was operated with
before it was initialized. |
Copyright © 2019. All rights reserved.