Wraps up internally used constants in Photon Chat events. You don't have to use them directly usually.
More...
Wraps up internally used constants in Photon Chat events. You don't have to use them directly usually.
◆ ChatMessages
| const byte Photon.Chat.ChatEventCode.ChatMessages = 0 |
|
static |
(0) Event code for messages published in public channels.
◆ ErrorInfo
| const byte Photon.Chat.ChatEventCode.ErrorInfo = 10 |
|
static |
(10) Event code for when the server sends an error to the client.
This is currently only used by Chat WebHooks.
◆ FriendsList
| const byte Photon.Chat.ChatEventCode.FriendsList = 3 |
|
static |
◆ PrivateMessage
| const byte Photon.Chat.ChatEventCode.PrivateMessage = 2 |
|
static |
(2) Event code for messages published in private channels
◆ PropertiesChanged
| const byte Photon.Chat.ChatEventCode.PropertiesChanged = 7 |
|
static |
(7) Event code for properties update.
◆ StatusUpdate
| const byte Photon.Chat.ChatEventCode.StatusUpdate = 4 |
|
static |
(4) Event code for status updates.
◆ Subscribe
| const byte Photon.Chat.ChatEventCode.Subscribe = 5 |
|
static |
(5) Event code for subscription acks.
◆ Unsubscribe
| const byte Photon.Chat.ChatEventCode.Unsubscribe = 6 |
|
static |
(6) Event code for unsubscribe acks.
◆ Users
| const byte Photon.Chat.ChatEventCode.Users = 1 |
|
static |
◆ UserSubscribed
| const byte Photon.Chat.ChatEventCode.UserSubscribed = 8 |
|
static |
◆ UserUnsubscribed
| const byte Photon.Chat.ChatEventCode.UserUnsubscribed = 9 |
|
static |
The documentation for this class was generated from the following file: