public static final enum

RcsService.ReadStatus

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.gsma.services.rcs.RcsService.ReadStatus

Class Overview

Read status of the message

Summary

Enum Values
RcsService.ReadStatus  READ  The message has been displayed in the UI. 
RcsService.ReadStatus  UNREAD  The message has not yet been displayed in the UI. 
Public Methods
final int toInt()
Gets integer value associated to ReadStatus instance
static RcsService.ReadStatus valueOf(String name)
static RcsService.ReadStatus valueOf(int value)
Returns a ReadStatus instance for the specified integer value.
final static ReadStatus[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RcsService.ReadStatus READ

Since: API Level

The message has been displayed in the UI.

public static final RcsService.ReadStatus UNREAD

Since: API Level

The message has not yet been displayed in the UI.

Public Methods

public final int toInt ()

Since: API Level 1.5

Gets integer value associated to ReadStatus instance

Returns
  • value

public static RcsService.ReadStatus valueOf (String name)

Since: API Level 1.5

public static RcsService.ReadStatus valueOf (int value)

Since: API Level 1.5

Returns a ReadStatus instance for the specified integer value.

Parameters
value the value associated to the ReadStatus
Returns
  • instance

public static final ReadStatus[] values ()

Since: API Level 1.5