hyphenate_SDK3.0
3.8.5
hyphenatejavaIMSDK
|
Public Member Functions | |
EMNormalFileMessageBody (File file) | |
EMNormalFileMessageBody (Uri localPath) | |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
String | toString () |
long | getFileSize () |
Static Public Attributes | |
static final Parcelable.Creator< EMNormalFileMessageBody > | CREATOR |
Normal file message body
com.hyphenate.chat.EMNormalFileMessageBody.EMNormalFileMessageBody | ( | File | file | ) |
Create a normal file message body
file |
com.hyphenate.chat.EMNormalFileMessageBody.EMNormalFileMessageBody | ( | Uri | localPath | ) |
Create a normal file message body
localPath | The file Uri |
long com.hyphenate.chat.EMNormalFileMessageBody.getFileSize | ( | ) |
Get the normal file size
|
static |