hyphenate_SDK4.0 4.8.0
hyphenate java IM SDK
|
Inherits com.hyphenate.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 EMGroupManager#fetchGroupSharedFileList(String, int, int):
String com.hyphenate.chat.EMMucSharedFile.getFileId | ( | ) |
Gets the shared file ID.
String com.hyphenate.chat.EMMucSharedFile.getFileName | ( | ) |
Gets the shared file name.
String com.hyphenate.chat.EMMucSharedFile.getFileOwner | ( | ) |
Gets the username who uploads the shared file.
long com.hyphenate.chat.EMMucSharedFile.getFileSize | ( | ) |
Gets the data length of the shared file, in bytes.
long com.hyphenate.chat.EMMucSharedFile.getFileUpdateTime | ( | ) |
Gets the update Unix timestamp of the shared file, in ms.