public interface PresenceChannel extends PrivateChannel
Pusher.subscribePresence(String) or
Pusher.subscribePresence(String, PresenceChannelEventListener, String...)
.| Modifier and Type | Method and Description |
|---|---|
User |
getMe()
Gets the user that represents the currently connected client.
|
java.util.Set<User> |
getUsers()
Gets a set of users currently subscribed to the channel.
|
triggerbind, getName, isSubscribed, unbind