Class for constants. Codes for parameters of Operations and Events. More...
Public Attributes | |
const byte | ApplicationId = 224 |
(224) Your application's ID: a name on your own Photon or a GUID on the Photon Cloud More... | |
const byte | Secret = 221 |
(221) Internally used to establish encryption More... | |
const byte | AppVersion = 220 |
(220) Version of your application More... | |
const byte | ClientAuthenticationType = 217 |
(217) This key's (byte) value defines the target custom authentication type/service the client connects with. Used in OpAuthenticate More... | |
const byte | ClientAuthenticationParams = 216 |
(216) This key's (string) value provides parameters sent to the custom authentication type/service the client connects with. Used in OpAuthenticate More... | |
const byte | ClientAuthenticationData = 214 |
(214) This key's (string or byte[]) value provides parameters sent to the custom authentication service setup in Photon Dashboard. Used in OpAuthenticate More... | |
const byte | Region = 210 |
(210) Used for region values in OpAuth and OpGetRegions. More... | |
const byte | Address = 230 |
(230) Address of a (game) server to use. More... | |
const byte | UserId = 225 |
(225) User's ID More... | |
Detailed Description
Class for constants. Codes for parameters of Operations and Events.
Member Data Documentation
◆ Address
const byte Photon.Chat.ParameterCode.Address = 230 |
(230) Address of a (game) server to use.
◆ ApplicationId
const byte Photon.Chat.ParameterCode.ApplicationId = 224 |
◆ AppVersion
const byte Photon.Chat.ParameterCode.AppVersion = 220 |
(220) Version of your application
◆ ClientAuthenticationData
const byte Photon.Chat.ParameterCode.ClientAuthenticationData = 214 |
(214) This key's (string or byte[]) value provides parameters sent to the custom authentication service setup in Photon Dashboard. Used in OpAuthenticate
◆ ClientAuthenticationParams
const byte Photon.Chat.ParameterCode.ClientAuthenticationParams = 216 |
(216) This key's (string) value provides parameters sent to the custom authentication type/service the client connects with. Used in OpAuthenticate
◆ ClientAuthenticationType
const byte Photon.Chat.ParameterCode.ClientAuthenticationType = 217 |
(217) This key's (byte) value defines the target custom authentication type/service the client connects with. Used in OpAuthenticate
◆ Region
const byte Photon.Chat.ParameterCode.Region = 210 |
(210) Used for region values in OpAuth and OpGetRegions.
◆ Secret
const byte Photon.Chat.ParameterCode.Secret = 221 |
(221) Internally used to establish encryption
◆ UserId
const byte Photon.Chat.ParameterCode.UserId = 225 |
(225) User's ID
The documentation for this class was generated from the following file:
- 3rd-Party/Photon/PhotonChat/Code/ChatPeer.cs