|
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...
|
|
Class for constants. Codes for parameters of Operations and Events.