public static final enum

ChatLog.Message.Content.ReasonCode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.gsma.services.rcs.chat.ChatLog.Message.Content.ReasonCode

Class Overview

Reason code of the message status

Summary

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

Enum Values

public static final ChatLog.Message.Content.ReasonCode FAILED_DELIVERY

Delivering of the message failed.

public static final ChatLog.Message.Content.ReasonCode FAILED_DISPLAY

Displaying of the message failed.

public static final ChatLog.Message.Content.ReasonCode FAILED_SEND

Sending of the message failed.

public static final ChatLog.Message.Content.ReasonCode REJECTED_SPAM

Incoming one-to-one message was detected as spam.

public static final ChatLog.Message.Content.ReasonCode UNSPECIFIED

No specific reason code specified.

Public Methods

public final int toInt ()

public static ChatLog.Message.Content.ReasonCode valueOf (int value)

public static ChatLog.Message.Content.ReasonCode valueOf (String name)

public static final ReasonCode[] values ()