Photon Unity Networking v1.101

Namespaces | Enumerations
ChatDisconnectCause.cs File Reference

Namespaces

namespace  Photon
 
namespace  Photon.Chat
 

Enumerations

enum  Photon.Chat.ChatDisconnectCause {
  Photon.Chat.ChatDisconnectCause.None, Photon.Chat.ChatDisconnectCause.DisconnectByServerUserLimit, Photon.Chat.ChatDisconnectCause.ExceptionOnConnect, Photon.Chat.ChatDisconnectCause.DisconnectByServer,
  Photon.Chat.ChatDisconnectCause.TimeoutDisconnect, Photon.Chat.ChatDisconnectCause.Exception, Photon.Chat.ChatDisconnectCause.InvalidAuthentication, Photon.Chat.ChatDisconnectCause.MaxCcuReached,
  Photon.Chat.ChatDisconnectCause.InvalidRegion, Photon.Chat.ChatDisconnectCause.OperationNotAllowedInCurrentState, Photon.Chat.ChatDisconnectCause.CustomAuthenticationFailed
}
 Enumeration of causes for Disconnects (used in ChatClient.DisconnectedCause). More...