 Photon Unity Networking 2
        
        
            2.50
        
            Photon Unity Networking 2
        
        
            2.50
        
    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 | PropertiesChanged = 7 | 
| (7) Event code for properties update.  More... | |
| const byte | UserSubscribed = 8 | 
| (8) Event code for new user subscription to a channel where ChatChannel.PublishSubscribers is enabled.  More... | |
| const byte | UserUnsubscribed = 9 | 
| (9) Event code for when user unsubscribes from a channel where ChatChannel.PublishSubscribers is enabled.  More... | |
| const byte | ErrorInfo = 10 | 
| (10) Event code for when the server sends an error to the client.  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 | 
(10) Event code for when the server sends an error to the client.
This is currently only used by Chat WebHooks.
| 
 | static | 
(3) Not Used.
| 
 | static | 
(2) Event code for messages published in private channels
| 
 | static | 
(7) Event code for properties update.
| 
 | 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 | 
(8) Event code for new user subscription to a channel where ChatChannel.PublishSubscribers is enabled.
| 
 | static | 
(9) Event code for when user unsubscribes from a channel where ChatChannel.PublishSubscribers is enabled.