Package | Description |
---|---|
com.pusher.client |
Classes for connecting to Pusher, configuring the
Pusher instance and authenticating subscriptions. |
com.pusher.client.channel |
Classes related to channels, which are subscriptions to data within Pusher, and channel event listener interfaces.
|
com.pusher.client.example |
Examples that can be executed as part of testing from the built .jar.
|
Modifier and Type | Method and Description |
---|---|
PrivateChannel |
Pusher.subscribePrivate(String channelName,
PrivateChannelEventListener listener,
String... eventNames)
Subscribes to a
PrivateChannel which
requires authentication. |
Modifier and Type | Interface and Description |
---|---|
interface |
PresenceChannelEventListener
Used to listen for presence specific events as well as those defined by the
PrivateChannelEventListener and parent interfaces. |
Modifier and Type | Class and Description |
---|---|
class |
PresenceChannelExampleApp |
class |
PrivateChannelExampleApp |
Copyright © 2017 Pusher. All rights reserved.