public static final enum

GroupDeliveryInfo.ReasonCode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.gsma.services.rcs.groupdelivery.GroupDeliveryInfo.ReasonCode

Class Overview

Group chat delivery status reason

Summary

Enum Values
GroupDeliveryInfo.ReasonCode  FAILED_DELIVERY  A delivered-error delivery report has been received. 
GroupDeliveryInfo.ReasonCode  FAILED_DISPLAY  A displayed-error delivery report has been received. 
GroupDeliveryInfo.ReasonCode  UNSPECIFIED  No specific reason code specified. 
Public Methods
final int toInt()
static GroupDeliveryInfo.ReasonCode valueOf(int value)
static GroupDeliveryInfo.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 GroupDeliveryInfo.ReasonCode FAILED_DELIVERY

A delivered-error delivery report has been received.

public static final GroupDeliveryInfo.ReasonCode FAILED_DISPLAY

A displayed-error delivery report has been received.

public static final GroupDeliveryInfo.ReasonCode UNSPECIFIED

No specific reason code specified.

Public Methods

public final int toInt ()

public static GroupDeliveryInfo.ReasonCode valueOf (int value)

public static GroupDeliveryInfo.ReasonCode valueOf (String name)

public static final ReasonCode[] values ()