|
hyphenate_SDK3.0
3.8.1
hyphenatejavaIMSDK
|
类 | |
| enum | EMDownloadStatus |
Public 成员函数 | |
| EMFileMessageBody (String localPath) | |
| EMFileMessageBody (Uri localPath) | |
| EMFileMessageBody (EMAFileMessageBody body) | |
| String | getFileName () |
| void | setFileName (String fileName) |
| String | getLocalUrl () |
| void | setLocalUrl (String localUrl) |
| Uri | getLocalUri () |
| void | setLocalUrl (Uri localUrl) |
| String | getRemoteUrl () |
| void | setRemoteUrl (String remoteUrl) |
| void | setSecret (String secret) |
| String | getSecret () |
| String | displayName () |
| void | setFileLength (long length) |
| EMDownloadStatus | downloadStatus () |
| void | setDownloadStatus (EMDownloadStatus status) |
Public 成员函数 继承自 com.hyphenate.chat.EMBase< EMAMessageBody > | |
| boolean | equals (Object o) |
| int | hashCode () |
额外继承的成员函数 | |
Protected 属性 继承自 com.hyphenate.chat.EMBase< EMAMessageBody > | |
| T | emaObject |
文件类消息的基类
| com.hyphenate.chat.EMFileMessageBody.EMFileMessageBody | ( | String | localPath | ) |
| localPath |
| String com.hyphenate.chat.EMFileMessageBody.getFileName | ( | ) |
获得文件名
| Uri com.hyphenate.chat.EMFileMessageBody.getLocalUri | ( | ) |
本地图片,语音等文件的路径
| String com.hyphenate.chat.EMFileMessageBody.getLocalUrl | ( | ) |
| String com.hyphenate.chat.EMFileMessageBody.getRemoteUrl | ( | ) |
远程图片,声音等的url
| void com.hyphenate.chat.EMFileMessageBody.setLocalUrl | ( | String | localUrl | ) |
| localUrl |
1.8.10