Wraps up internally used constants in Photon Chat events. You don't have to use them directly usually. More...
Static Public Attributes | |
const byte | ChatMessages = 0 |
(0) Event code for messages published in public channels. More... | |
const byte | Users = 1 |
(1) Not Used. More... | |
const byte | PrivateMessage = 2 |
(2) Event code for messages published in private channels More... | |
const byte | FriendsList = 3 |
(3) Not Used. More... | |
const byte | StatusUpdate = 4 |
(4) Event code for status updates. More... | |
const byte | Subscribe = 5 |
(5) Event code for subscription acks. More... | |
const byte | Unsubscribe = 6 |
(6) Event code for unsubscribe acks. More... | |
const byte | UserSubscribed = 8 |
(7) Event code for new user subscription to a channel where ChatChannel.PublishSubscribers is enabled. More... | |
const byte | UserUnsubscribed = 9 |
(8) Event code for when user unsubscribes from a channel where ChatChannel.PublishSubscribers is enabled. More... | |
Wraps up internally used constants in Photon Chat events. You don't have to use them directly usually.
|
static |
(0) Event code for messages published in public channels.
|
static |
(3) Not Used.
|
static |
(2) Event code for messages published in private channels
|
static |
(4) Event code for status updates.
|
static |
(5) Event code for subscription acks.
|
static |
(6) Event code for unsubscribe acks.
|
static |
(1) Not Used.
|
static |
(7) Event code for new user subscription to a channel where ChatChannel.PublishSubscribers is enabled.
|
static |
(8) Event code for when user unsubscribes from a channel where ChatChannel.PublishSubscribers is enabled.