We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1894ed2 + 6bcc53d commit 1cf46f7Copy full SHA for 1cf46f7
README.md
@@ -259,7 +259,7 @@ Presence channels provide additional events relating to users joining (subscribi
259
PresenceChannel channel = pusher.subscribePresence("presence-channel",
260
new PresenceChannelEventListener() {
261
@Override
262
- public void onUserInformationReceived(String channelName, Set<User> users) {
+ public void onUsersInformationReceived(String channelName, Set<User> users) {
263
for (User user : users) {
264
userSubscribed(channelName, user);
265
}
0 commit comments