public static final enum

GeolocSharing.State

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.gsma.services.rcs.sharing.geoloc.GeolocSharing.State

Class Overview

Geoloc sharing state

Summary

Enum Values
GeolocSharing.State  ABORTED  Sharing has been aborted  
GeolocSharing.State  ACCEPTING  Sharing has been accepted and is in the process of becoming started  
GeolocSharing.State  FAILED  Sharing has failed  
GeolocSharing.State  INITIATING  Sharing invitation sent  
GeolocSharing.State  INVITED  Sharing invitation received  
GeolocSharing.State  REJECTED  Sharing invitation was rejected  
GeolocSharing.State  RINGING  Call ringing  
GeolocSharing.State  STARTED  Sharing is started  
GeolocSharing.State  TRANSFERRED  Sharing has been transferred  
Public Methods
final int toInt()
static GeolocSharing.State valueOf(String name)
static GeolocSharing.State valueOf(int value)
final static State[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final GeolocSharing.State ABORTED

Since: API Level

Sharing has been aborted

public static final GeolocSharing.State ACCEPTING

Since: API Level

Sharing has been accepted and is in the process of becoming started

public static final GeolocSharing.State FAILED

Since: API Level

Sharing has failed

public static final GeolocSharing.State INITIATING

Since: API Level

Sharing invitation sent

public static final GeolocSharing.State INVITED

Since: API Level

Sharing invitation received

public static final GeolocSharing.State REJECTED

Since: API Level

Sharing invitation was rejected

public static final GeolocSharing.State RINGING

Since: API Level

Call ringing

public static final GeolocSharing.State STARTED

Since: API Level

Sharing is started

public static final GeolocSharing.State TRANSFERRED

Since: API Level

Sharing has been transferred

Public Methods

public final int toInt ()

Since: API Level 1.5

public static GeolocSharing.State valueOf (String name)

Since: API Level 1.5

public static GeolocSharing.State valueOf (int value)

Since: API Level 1.5

public static final State[] values ()

Since: API Level 1.5