| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.sharing.geoloc.GeolocSharing.State | |
Geoloc sharing state
| 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
| |||||||||||
Sharing has been accepted and is in the process of becoming started