|
Chat SDK for Unity and Windows v1.3.1
|
Public Member Functions | |
| FileBody (string localPath, string displayName="", long fileSize=0) | |
Public Attributes | |
| string | LocalPath |
| string | DisplayName |
| string | Secret |
| string | RemotePath |
| long | FileSize |
| DownLoadStatus | DownStatus = DownLoadStatus.PENDING |
Additional Inherited Members |
The file message body.
| AgoraChat.MessageBody.FileBody.FileBody | ( | string | localPath, |
| string | displayName = "", |
||
| long | fileSize = 0 |
||
| ) |
The file message body constructor.
| localPath | The local path of the file. |
| displayName | The display name of the file. |
| fileSize | The file size in bytes. |
| string AgoraChat.MessageBody.FileBody.LocalPath |
The local path of the file.
| string AgoraChat.MessageBody.FileBody.DisplayName |
The display name of the file.
| string AgoraChat.MessageBody.FileBody.Secret |
The secret for downloading the file.
| string AgoraChat.MessageBody.FileBody.RemotePath |
The URL where the file is located on the server.
| long AgoraChat.MessageBody.FileBody.FileSize |
The file size in bytes.
| DownLoadStatus AgoraChat.MessageBody.FileBody.DownStatus = DownLoadStatus.PENDING |
The file download status.