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.
|
Set<User> |
getUsers()
Gets a set of users currently subscribed to the channel.
|
trigger
bind, getName, isSubscribed, unbind
Copyright © 2017 Pusher. All rights reserved.