Chat SDK for Unity and Windows v1.2.0
Classes | Enumerations
AgoraChat.MessageBody Namespace Reference

Classes

class  CmdBody
 
class  CombineBody
 
class  CustomBody
 
class  FileBody
 
class  ImageBody
 
class  LocationBody
 
class  TextBody
 
class  VideoBody
 
class  VoiceBody
 

Enumerations

enum  DownLoadStatus { DOWNLOADING , SUCCESS , FAILED , PENDING }
 

Detailed Description

The message body.

Enumeration Type Documentation

◆ DownLoadStatus

The message download status.

Enumerator
DOWNLOADING 

The message is being downloaded.

SUCCESS 

The message is successfully downloaded.

FAILED 

The message fails to be downloaded.

PENDING 

The download is pending.