Photon Unity Networking v1.101

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
}
 Possible states for a Chat Client. More...