All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pusher.client.channel.ChannelState Maven / Gradle / Ivy

There is a newer version: 2.4.4
Show newest version
package com.pusher.client.channel;

/**
 * Used to identify the state of the channel e.g. subscribed or unsubscribed.
 */
public enum ChannelState {
    INITIAL, SUBSCRIBE_SENT, SUBSCRIBED, UNSUBSCRIBED, FAILED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy