Package com.pusher.client.channel
Interface PresenceChannel
-
- All Superinterfaces:
Channel,PrivateChannel
public interface PresenceChannel extends PrivateChannel
An object that represents a Pusher presence channel. An implementation of this interface is returned when you callPusher.subscribePresence(String)orPusher.subscribePresence(String, PresenceChannelEventListener, String...).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsergetMe()Gets the user that represents the currently connected client.java.util.Set<User>getUsers()Gets a set of users currently subscribed to the channel.-
Methods inherited from interface com.pusher.client.channel.Channel
bind, bindGlobal, getName, isSubscribed, unbind, unbindGlobal
-
Methods inherited from interface com.pusher.client.channel.PrivateChannel
trigger
-
-