| Interface | Description |
|---|---|
| Channel.MessageListener |
An interface whereby a client maybe notified of messages changes on a channel.
|
| ChannelStateListener |
An interface whereby a client may be notified of state changes for a channel.
|
| CompletionListener |
An interface allowing a client to be notified of the outcome
of an asynchronous operation.
|
| ConnectionStateListener | |
| Presence.PresenceListener |
An interface allowing a listener to be notified of arrival of presence messages
|
| Class | Description |
|---|---|
| AblyRealtime |
AblyRealtime
The top-level class to be instanced for the Ably Realtime library.
|
| Channel |
A class representing a Channel belonging to this application.
|
| ChannelStateListener.Filter | |
| ChannelStateListener.Multicaster | |
| CompletionListener.Multicaster |
A Multicaster instance is used in the Ably library to manage a list
of client listeners against certain operations.
|
| Connection |
A class representing the connection associated with an AblyRealtime instance.
|
| ConnectionStateListener.ConnectionStateChange | |
| ConnectionStateListener.Filter | |
| ConnectionStateListener.Multicaster | |
| Presence |
A class that provides access to presence operations and state for the
associated Channel.
|
| Enum | Description |
|---|---|
| ChannelState |
Channel states.
|
| ConnectionState |
Connection states.
|