| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.chat.ChatLog.Message.Content.ReasonCode | |
Reason code of the message status
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ChatLog.Message.Content.ReasonCode | FAILED_DELIVERY | Delivering of the message failed. | |||||||||
| ChatLog.Message.Content.ReasonCode | FAILED_DISPLAY | Displaying of the message failed. | |||||||||
| ChatLog.Message.Content.ReasonCode | FAILED_SEND | Sending of the message failed. | |||||||||
| ChatLog.Message.Content.ReasonCode | REJECTED_SPAM | Incoming one-to-one message was detected as spam. | |||||||||
| ChatLog.Message.Content.ReasonCode | UNSPECIFIED | No specific reason code specified. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int | toInt() | ||||||||||
| static ChatLog.Message.Content.ReasonCode | valueOf(int value) | ||||||||||
| static ChatLog.Message.Content.ReasonCode | valueOf(String name) | ||||||||||
| final static ReasonCode[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Delivering of the message failed.
Displaying of the message failed.
Incoming one-to-one message was detected as spam.
No specific reason code specified.