Classes | |
class | Photon.Chat.ChatPeer |
Provides basic operations of the Photon Chat server. This internal class is used by public ChatClient. More... | |
class | Photon.Chat.AuthenticationValues |
Container for user authentication in Photon. Set AuthValues before you connect - all else is handled. More... | |
class | Photon.Chat.ParameterCode |
Class for constants. Codes for parameters of Operations and Events. More... | |
class | Photon.Chat.ErrorCode |
ErrorCode defines the default codes associated with Photon client/server communication. More... | |
Namespaces | |
namespace | Photon |
namespace | Photon.Chat |
Enumerations | |
enum | Photon.Chat.CustomAuthenticationType : byte { Photon.Chat.CustomAuthenticationType.Custom = 0, Photon.Chat.CustomAuthenticationType.Steam = 1, Photon.Chat.CustomAuthenticationType.Facebook = 2, Photon.Chat.CustomAuthenticationType.Oculus = 3, Photon.Chat.CustomAuthenticationType.PlayStation = 4, Photon.Chat.CustomAuthenticationType.Xbox = 5, Photon.Chat.CustomAuthenticationType.Viveport = 10, Photon.Chat.CustomAuthenticationType.None = byte.MaxValue } |
Options for optional "Custom Authentication" services used with Photon. Used by OpAuthenticate after connecting to Photon. More... | |