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(String name)
static GroupDeliveryInfo.ReasonCode valueOf(int value)
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

Since: API Level

A delivered-error delivery report has been received.

public static final GroupDeliveryInfo.ReasonCode FAILED_DISPLAY

Since: API Level

A displayed-error delivery report has been received.

public static final GroupDeliveryInfo.ReasonCode UNSPECIFIED

Since: API Level

No specific reason code specified.

Public Methods

public final int toInt ()

Since: API Level 1.5

public static GroupDeliveryInfo.ReasonCode valueOf (String name)

Since: API Level 1.5

public static GroupDeliveryInfo.ReasonCode valueOf (int value)

Since: API Level 1.5

public static final ReasonCode[] values ()

Since: API Level 1.5