Package | Description |
---|---|
com.pusher.client |
Classes for connecting to Pusher, configuring the
Pusher instance and authenticating subscriptions. |
com.pusher.client.channel.impl |
Modifier and Type | Method and Description |
---|---|
PresenceChannel |
Pusher.getPresenceChannel(String channelName) |
PresenceChannel |
Pusher.subscribePresence(String channelName)
Subscribes to a
PresenceChannel which
requires authentication. |
PresenceChannel |
Pusher.subscribePresence(String channelName,
PresenceChannelEventListener listener,
String... eventNames)
Subscribes to a
PresenceChannel which
requires authentication. |
Modifier and Type | Class and Description |
---|---|
class |
PresenceChannelImpl |
Modifier and Type | Method and Description |
---|---|
PresenceChannel |
ChannelManager.getPresenceChannel(String channelName) |
Copyright © 2016 Pusher. All rights reserved.