|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
com.pusher.client.channel | Classes related to channels, which are subscriptions to data within Pusher, and channel event listener interfaces. |
com.pusher.client.channel.impl | |
com.pusher.client.example | Examples that can be executed as part of testing from the built .jar. |
Uses of User in com.pusher.client.channel |
---|
Methods in com.pusher.client.channel that return User | |
---|---|
User |
PresenceChannel.getMe()
Gets the user that represents the currently connected client. |
Methods in com.pusher.client.channel that return types with arguments of type User | |
---|---|
Set<User> |
PresenceChannel.getUsers()
Gets a set of users currently subscribed to the channel. |
Methods in com.pusher.client.channel with parameters of type User | |
---|---|
void |
PresenceChannelEventListener.userSubscribed(String channelName,
User user)
Called when a new user subscribes to the channel. |
void |
PresenceChannelEventListener.userUnsubscribed(String channelName,
User user)
Called when an existing user unsubscribes from the channel. |
Method parameters in com.pusher.client.channel with type arguments of type User | |
---|---|
void |
PresenceChannelEventListener.onUsersInformationReceived(String channelName,
Set<User> users)
Called when the subscription has succeeded and an initial list of subscribed users has been received from Pusher. |
Uses of User in com.pusher.client.channel.impl |
---|
Methods in com.pusher.client.channel.impl that return User | |
---|---|
User |
PresenceChannelImpl.getMe()
|
Methods in com.pusher.client.channel.impl that return types with arguments of type User | |
---|---|
Set<User> |
PresenceChannelImpl.getUsers()
|
Uses of User in com.pusher.client.example |
---|
Methods in com.pusher.client.example with parameters of type User | |
---|---|
void |
PresenceChannelExampleApp.userSubscribed(String channelName,
User user)
|
void |
PresenceChannelExampleApp.userUnsubscribed(String channelName,
User user)
|
Method parameters in com.pusher.client.example with type arguments of type User | |
---|---|
void |
PresenceChannelExampleApp.onUsersInformationReceived(String channelName,
Set<User> users)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |