|
Signaling (previously RTM) SDK v1.5.0 API Reference for Android
|
Inherits io.agora.rtm.RtmMessage.
Public Member Functions |
|
| abstract long | getSize () |
| abstract String | getMediaId () |
| abstract void | setThumbnail (byte[] thumbnail) |
| abstract byte[] | getThumbnail () |
| abstract void | setFileName (String fileName) |
| abstract String | getFileName () |
The class for setting and retrieving attributes of a file message.
|
abstract |
Gets the size of the uploaded file.
|
abstract |
Gets the media ID of the uploaded file.
|
abstract |
Sets the thumbnail of the uploaded file.
| thumbnail |
The thumbnail of the uploaded file. Must be binary data. The total size of
thumbnail and fileName must not exceed 32 KB.
|
|
abstract |
Gets the thumbnail of the uploaded file.
|
abstract |
Sets the name of the uploaded file.
| fileName |
The name of the uploaded file. The total size of thumbnail and
fileName must not exceed 32 KB.
|
|
abstract |
Gets the name of the uploaded file.