| Interface | Description |
|---|---|
| ChatListener |
Callback interface for message events on the
Chat object. |
| ChatServiceListener |
Callback listener for the
ChatService providing detection for new chat conversations. |
| ConnectionsEventListener | |
| ConnectionsListener |
Callback listener for use with the
ConnectionsService which will provide notification of external connection
requests. |
| MessageListener |
Callback listener for the
MessageService publishing SymMessages. |
| PresenceFeedListener |
Callback listener used by the
PresenceService |
| PresenceListener |
Callback listener used by the
PresenceService |
| RoomEventListener |
Callback interface for room events
|
| RoomServiceEventListener | |
| SymCache | |
| SymUserCache |
User cache subsystem
|
| Class | Description |
|---|---|
| ChatService |
The chat service provides capabilities to construct and monitor chat conversations.
|
| ChatServiceTest |
Created by Frank Tarsillo on 6/19/2016.
|
| ConnectionsService |
This service handles incoming connection requests and provides options for automatically accepting requests.
|
| MessageService |
MessageService listens for all messages for a given BOT identity, identifies the type (Message, Chat, Room) of
message and then publishes the message registered listeners associated with type.
|
| MessageServiceTest |
Created by Frank Tarsillo on 6/19/2016.
|
| PresenceService |
**NOTE** This service has been suspended for real-time monitoring of events as per LLC.
|
| RoomService |
The room service provides capabilities that support room access and events.
|