| Package | Description |
|---|---|
| com.pusher.client.channel.impl | |
| com.pusher.client.connection |
Classes related to the Pusher connection, connection state and monitoring connection state changes.
|
| com.pusher.client.example |
Examples that can be executed as part of testing from the built .jar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelManager.onConnectionStateChange(ConnectionStateChange change) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionEventListener.onConnectionStateChange(ConnectionStateChange change)
Callback that is fired whenever the
ConnectionState of the
Connection changes. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExampleApp.onConnectionStateChange(ConnectionStateChange change) |
void |
PresenceChannelExampleApp.onConnectionStateChange(ConnectionStateChange change) |
void |
PrivateChannelExampleApp.onConnectionStateChange(ConnectionStateChange change) |
Copyright © 2016 Pusher. All rights reserved.