Chat SDK for Android v1.2.1
agora java chat SDK
|
Inherits io.agora.chat.EMBase< T >.
Public Member Functions | |
String | getFileId () |
String | getFileName () |
String | getFileOwner () |
long | getFileUpdateTime () |
long | getFileSize () |
The shared file info class.
For example, you can use the following method to get information about the group shared file through GroupManager#fetchGroupSharedFileList(String, int, int):
String io.agora.chat.MucSharedFile.getFileId | ( | ) |
Gets the shared file ID.
String io.agora.chat.MucSharedFile.getFileName | ( | ) |
Gets the shared file name.
String io.agora.chat.MucSharedFile.getFileOwner | ( | ) |
Gets the username who uploads the shared file.
long io.agora.chat.MucSharedFile.getFileSize | ( | ) |
Gets the data length of the shared file, in bytes.
long io.agora.chat.MucSharedFile.getFileUpdateTime | ( | ) |
Gets the update Unix timestamp of the shared file, in ms.