Photon objC Client API  5.0.7.4
Static Public Attributes | List of all members
ClientState Class Reference

Static Public Attributes

static const int Uninitialized
 Peer is created but not used yet.
 
static const int ConnectingToNameServer
 Connecting to Name Server (includes connect authenticate and joining the lobby)
 
static const int ConnectedToNameServer
 Connected to Name Server.
 
static const int Authenticating
 Authenticating.
 
static const int Authenticated
 Authenticated.
 
static const int DisconnectingFromNameServer
 Transition from Name to Chat Server.
 
static const int ConnectingToFrontEnd
 Transition to Chat Server.
 
static const int ConnectedToFrontEnd
 Connected to Chat Server. Subscribe to channels and chat here.
 
static const int Disconnecting
 The client disconnects (from any server).
 
static const int Disconnected
 The client is no longer connected (to any server). Connect to Name Server to go on.