hyphenate_SDK3.0 3.7.6.3
hyphenate java IM SDK
|
Classes | |
enum | EMDownloadStatus |
Public Member Functions | |
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) |
![]() | |
boolean | equals (Object o) |
int | hashCode () |
Additional Inherited Members | |
![]() | |
T | emaObject |
the base class of file type message
com.hyphenate.chat.EMFileMessageBody.EMFileMessageBody | ( | String | localPath | ) |
localPath |
String com.hyphenate.chat.EMFileMessageBody.getFileName | ( | ) |
Uri com.hyphenate.chat.EMFileMessageBody.getLocalUri | ( | ) |
local file path
String com.hyphenate.chat.EMFileMessageBody.getLocalUrl | ( | ) |
local file path or the String style of Uri
String com.hyphenate.chat.EMFileMessageBody.getRemoteUrl | ( | ) |
get file remote url
void com.hyphenate.chat.EMFileMessageBody.setLocalUrl | ( | String | localUrl | ) |
localUrl |