agora_chat_SDK 1.0.6
agora java chat SDK
|
Public Attributes | |
SUCCESS | |
FAIL | |
INPROGRESS | |
CREATE | |
The enumeration of the message sending/reception status. The states include success, failure, being sent/being received, and created to be sent.
io.agora.chat.ChatMessage.Status.CREATE |
The message is created to be sent.
io.agora.chat.ChatMessage.Status.FAIL |
The message fails to be delivered/received.
io.agora.chat.ChatMessage.Status.INPROGRESS |
The message is being delivered/receiving.
io.agora.chat.ChatMessage.Status.SUCCESS |
The message is successfully delivered/received.