com.pusher.client.channel
Interface PrivateChannelEventListener
- All Superinterfaces:
- ChannelEventListener, SubscriptionEventListener
- All Known Subinterfaces:
- PresenceChannelEventListener
- All Known Implementing Classes:
- PresenceChannelExampleApp, PrivateChannelExampleApp
public interface PrivateChannelEventListener
- extends ChannelEventListener
Interface to listen to private channel events.
onAuthenticationFailure
void onAuthenticationFailure(String message,
Exception e)
- Called when an attempt to authenticate a private channel fails.
- Parameters:
message
- A description of the problem.e
- An associated exception, if available.
Copyright © 2013 Pusher. All Rights Reserved.