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

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

public static final GroupDeliveryInfo.Status DISPLAYED

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

public static final GroupDeliveryInfo.Status FAILED

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

public static final GroupDeliveryInfo.Status NOT_DELIVERED

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

public static final 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

public final int toInt ()

public static GroupDeliveryInfo.Status valueOf (int value)

public static GroupDeliveryInfo.Status valueOf (String name)

public static final Status[] values ()