Wraps up codes for operations used internally in Photon Chat. You don't have to use them directly usually.
More...
Wraps up codes for operations used internally in Photon Chat. You don't have to use them directly usually.
◆ AddFriends
const byte Photon.Chat.ChatOperationCode.AddFriends = 6 |
|
static |
(6) Add friends the list of friends that should update you of their status.
◆ Authenticate
const byte Photon.Chat.ChatOperationCode.Authenticate = 230 |
|
static |
(230) Operation Authenticate.
◆ ChannelHistory
const byte Photon.Chat.ChatOperationCode.ChannelHistory = 4 |
|
static |
◆ Publish
const byte Photon.Chat.ChatOperationCode.Publish = 2 |
|
static |
(2) Operation to publish a message in a chat channel.
◆ RemoveFriends
const byte Photon.Chat.ChatOperationCode.RemoveFriends = 7 |
|
static |
(7) Remove friends from list of friends that should update you of their status.
◆ SendPrivate
const byte Photon.Chat.ChatOperationCode.SendPrivate = 3 |
|
static |
(3) Operation to send a private message to some other user.
◆ SetProperties
const byte Photon.Chat.ChatOperationCode.SetProperties = 8 |
|
static |
(8) Operation to set properties of public chat channel or users in public chat channels.
◆ Subscribe
const byte Photon.Chat.ChatOperationCode.Subscribe = 0 |
|
static |
(0) Operation to subscribe to chat channels.
◆ Unsubscribe
const byte Photon.Chat.ChatOperationCode.Unsubscribe = 1 |
|
static |
(1) Operation to unsubscribe from chat channels.
◆ UpdateStatus
const byte Photon.Chat.ChatOperationCode.UpdateStatus = 5 |
|
static |
(5) Set your (client's) status.
The documentation for this class was generated from the following file: