Photon .NET Client API 4.1.4.8

Namespaces | Enumerations
ChatState.cs File Reference

Namespaces

namespace  Photon
 
namespace  Photon.Chat
 

Enumerations

enum  Photon.Chat.ChatState {
  Photon.Chat.ChatState.Uninitialized, Photon.Chat.ChatState.ConnectingToNameServer, Photon.Chat.ChatState.ConnectedToNameServer, Photon.Chat.ChatState.Authenticating,
  Photon.Chat.ChatState.Authenticated, Photon.Chat.ChatState.DisconnectingFromNameServer, Photon.Chat.ChatState.ConnectingToFrontEnd, Photon.Chat.ChatState.ConnectedToFrontEnd,
  Photon.Chat.ChatState.DisconnectingFromFrontEnd, Photon.Chat.ChatState.QueuedComingFromFrontEnd, Photon.Chat.ChatState.Disconnecting, Photon.Chat.ChatState.Disconnected,
  Photon.Chat.ChatState.ConnectWithFallbackProtocol
}
 Possible states for a Chat Client. More...