Chat SDK for Android v1.2.1
agora java chat SDK
Public Member Functions | List of all members
io.agora.chat.NormalFileMessageBody Class Reference
Inheritance diagram for io.agora.chat.NormalFileMessageBody:
io.agora.chat.FileMessageBody io.agora.chat.MessageBody

Public Member Functions

 NormalFileMessageBody (File file)
 
 NormalFileMessageBody (Uri localPath)
 
long getFileSize ()
 
- Public Member Functions inherited from io.agora.chat.FileMessageBody
 FileMessageBody (String localPath)
 
 FileMessageBody (Uri localPath)
 
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 Member Functions inherited from io.agora.chat.MessageBody
long operationTime ()
 
String operatorId ()
 
int operationCount ()
 

Detailed Description

The normal file message body.

Constructor & Destructor Documentation

◆ NormalFileMessageBody() [1/2]

io.agora.chat.NormalFileMessageBody.NormalFileMessageBody ( File  file)

Creates a file message body by the file.

Parameters
fileThe file instance.

◆ NormalFileMessageBody() [2/2]

io.agora.chat.NormalFileMessageBody.NormalFileMessageBody ( Uri  localPath)

Creates a file message body by the file Uri.

Parameters
localPathThe file Uri.

Member Function Documentation

◆ getFileSize()

long io.agora.chat.NormalFileMessageBody.getFileSize ( )

Gets the size of the file.

Returns
The size of the file.

The documentation for this class was generated from the following file: