public static final enum

GroupDeliveryInfo.Status

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

Class Overview

Status of the group delivery info

Summary

Enum Values
GroupDeliveryInfo.Status  DELIVERED  The message or file-transfer has received a delivery report for the specified contact  
GroupDeliveryInfo.Status  DISPLAYED  The message or file-transfer has received a displayed report for the specified contact. 
GroupDeliveryInfo.Status  FAILED  The message or file-transfer has received a delivery report failure for the specified contact. 
GroupDeliveryInfo.Status  NOT_DELIVERED  The message or file-transfer has not received any delivery report for the specified contact. 
GroupDeliveryInfo.Status  UNSUPPORTED  Delivery notifications were unsupported at the time the message or file-transfer was sent and no delivery notification has been requested. 
Public Methods
final int toInt()
static GroupDeliveryInfo.Status valueOf(String name)
static GroupDeliveryInfo.Status valueOf(int value)
final static Status[] 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.Status DELIVERED

Since: API Level

The message or file-transfer has received a delivery report for the specified contact

public static final GroupDeliveryInfo.Status DISPLAYED

Since: API Level

The message or file-transfer has received a displayed report for the specified contact.

public static final GroupDeliveryInfo.Status FAILED

Since: API Level

The message or file-transfer has received a delivery report failure for the specified contact.

public static final GroupDeliveryInfo.Status NOT_DELIVERED

Since: API Level

The message or file-transfer has not received any delivery report for the specified contact.

public static final GroupDeliveryInfo.Status UNSUPPORTED

Since: API Level

Delivery notifications were unsupported at the time the message or file-transfer was sent and no delivery notification has been requested.

Public Methods

public final int toInt ()

Since: API Level 1.5

public static GroupDeliveryInfo.Status valueOf (String name)

Since: API Level 1.5

public static GroupDeliveryInfo.Status valueOf (int value)

Since: API Level 1.5

public static final Status[] values ()

Since: API Level 1.5