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()
final static GeolocSharing.State valueOf(int value)
static GeolocSharing.State valueOf(String name)
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

Sharing has been aborted

public static final GeolocSharing.State ACCEPTING

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

public static final GeolocSharing.State FAILED

Sharing has failed

public static final GeolocSharing.State INITIATING

Sharing invitation sent

public static final GeolocSharing.State INVITED

Sharing invitation received

public static final GeolocSharing.State REJECTED

Sharing invitation was rejected

public static final GeolocSharing.State RINGING

Call ringing

public static final GeolocSharing.State STARTED

Sharing is started

public static final GeolocSharing.State TRANSFERRED

Sharing has been transferred

Public Methods

public final int toInt ()

public static final GeolocSharing.State valueOf (int value)

public static GeolocSharing.State valueOf (String name)

public static final State[] values ()