|
Chat SDK for Unity and Windows v1.3.1
|
Public Member Functions | |
| CmdBody (string action, bool deliverOnlineOnly=false) | |
Public Attributes | |
| string | Action |
| bool | DeliverOnlineOnly |
Additional Inherited Members |
The command message body.
| AgoraChat.MessageBody.CmdBody.CmdBody | ( | string | action, |
| bool | deliverOnlineOnly = false |
||
| ) |
The command message body constructor.
| action | The command action. |
| deliverOnlineOnly | Whether this command message is delivered only to online users.
|
| string AgoraChat.MessageBody.CmdBody.Action |
The command action.
| bool AgoraChat.MessageBody.CmdBody.DeliverOnlineOnly |
Whether this command message is delivered only to online users.