| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.chat.ChatLog.Message.Content.Status | |
Status of the message
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ChatLog.Message.Content.Status | DELIVERED | The message has been delivered to the remote. | |||||||||
| ChatLog.Message.Content.Status | DISPLAYED | The message has been displayed | |||||||||
| ChatLog.Message.Content.Status | DISPLAY_REPORT_REQUESTED | The message has been received and a displayed delivery report is requested | |||||||||
| ChatLog.Message.Content.Status | FAILED | The message sending has been failed | |||||||||
| ChatLog.Message.Content.Status | QUEUED | The message is queued to be sent by rcs service when possible | |||||||||
| ChatLog.Message.Content.Status | RECEIVED | The message is delivered and no display delivery report is requested. | |||||||||
| ChatLog.Message.Content.Status | REJECTED | The message has been rejected | |||||||||
| ChatLog.Message.Content.Status | SENDING | The message is in progress of sending | |||||||||
| ChatLog.Message.Content.Status | SENT | The message has been sent | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int | toInt() | ||||||||||
| static ChatLog.Message.Content.Status | valueOf(int value) | ||||||||||
| static ChatLog.Message.Content.Status | valueOf(String name) | ||||||||||
| final static Status[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The message has been delivered to the remote.
The message has been received and a displayed delivery report is requested
The message is queued to be sent by rcs service when possible
The message is delivered and no display delivery report is requested.