public static final enum

GeolocSharing.ReasonCode

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.ReasonCode

Class Overview

Reason code

Summary

Enum Values
GeolocSharing.ReasonCode  ABORTED_BY_REMOTE  Geolocation share is aborted by remote user. 
GeolocSharing.ReasonCode  ABORTED_BY_SYSTEM  Geolocation share is aborted by system. 
GeolocSharing.ReasonCode  ABORTED_BY_USER  Geolocation share is aborted by local user. 
GeolocSharing.ReasonCode  FAILED_INITIATION  Geolocation share initiation failed. 
GeolocSharing.ReasonCode  FAILED_SHARING  Sharing of the geolocation has failed. 
GeolocSharing.ReasonCode  REJECTED_BY_REMOTE  Geolocation share invitation was rejected by remote. 
GeolocSharing.ReasonCode  REJECTED_BY_SECONDARY_DEVICE  Geolocation share is rejected because already taken by the secondary device. 
GeolocSharing.ReasonCode  REJECTED_BY_SYSTEM  Geolocation share invitation was rejected by system. 
GeolocSharing.ReasonCode  REJECTED_BY_TIMEOUT  Geolocation share invitation was rejected by timeout. 
GeolocSharing.ReasonCode  REJECTED_BY_USER  Geolocation share invitation was rejected by local user. 
GeolocSharing.ReasonCode  REJECTED_MAX_SHARING_SESSIONS  Geolocation share invitation was rejected due to to many open sharing sessions. 
GeolocSharing.ReasonCode  REJECTED_SPAM  Geolocation share invitation was rejected because it is spam. 
GeolocSharing.ReasonCode  UNSPECIFIED  No specific reason code specified. 
Public Methods
final int toInt()
static GeolocSharing.ReasonCode valueOf(String name)
static GeolocSharing.ReasonCode valueOf(int value)
final static ReasonCode[] 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.ReasonCode ABORTED_BY_REMOTE

Since: API Level

Geolocation share is aborted by remote user.

public static final GeolocSharing.ReasonCode ABORTED_BY_SYSTEM

Since: API Level

Geolocation share is aborted by system.

public static final GeolocSharing.ReasonCode ABORTED_BY_USER

Since: API Level

Geolocation share is aborted by local user.

public static final GeolocSharing.ReasonCode FAILED_INITIATION

Since: API Level

Geolocation share initiation failed.

public static final GeolocSharing.ReasonCode FAILED_SHARING

Since: API Level

Sharing of the geolocation has failed.

public static final GeolocSharing.ReasonCode REJECTED_BY_REMOTE

Since: API Level

Geolocation share invitation was rejected by remote.

public static final GeolocSharing.ReasonCode REJECTED_BY_SECONDARY_DEVICE

Since: API Level

Geolocation share is rejected because already taken by the secondary device.

public static final GeolocSharing.ReasonCode REJECTED_BY_SYSTEM

Since: API Level

Geolocation share invitation was rejected by system.

public static final GeolocSharing.ReasonCode REJECTED_BY_TIMEOUT

Since: API Level

Geolocation share invitation was rejected by timeout.

public static final GeolocSharing.ReasonCode REJECTED_BY_USER

Since: API Level

Geolocation share invitation was rejected by local user.

public static final GeolocSharing.ReasonCode REJECTED_MAX_SHARING_SESSIONS

Since: API Level

Geolocation share invitation was rejected due to to many open sharing sessions.

public static final GeolocSharing.ReasonCode REJECTED_SPAM

Since: API Level

Geolocation share invitation was rejected because it is spam.

public static final GeolocSharing.ReasonCode UNSPECIFIED

Since: API Level

No specific reason code specified.

Public Methods

public final int toInt ()

Since: API Level 1.5

public static GeolocSharing.ReasonCode valueOf (String name)

Since: API Level 1.5

public static GeolocSharing.ReasonCode valueOf (int value)

Since: API Level 1.5

public static final ReasonCode[] values ()

Since: API Level 1.5