Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static ChannelState |
ChannelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelState[] |
ChannelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ChannelState |
ChannelImpl.state |
Modifier and Type | Method and Description |
---|---|
void |
ChannelImpl.updateState(ChannelState state) |
void |
InternalChannel.updateState(ChannelState state) |
Copyright © 2016 Pusher. All rights reserved.