public class LocationSettingsStatusCodes extends CommonStatusCodes
Location settings specific status codes, for use in getStatusCode()
Constant Summary
int | SETTINGS_CHANGE_UNAVAILABLE | Location settings can't be changed to meet the requirements, no dialog pops up |
Inherited Constant Summary
From class com.google.android.gms.common.api.CommonStatusCodes
int | API_NOT_CONNECTED | The client attempted to call a method from an API that failed to connect. |
int | CANCELED | The result was canceled either due to
client disconnect or
cancel() . |
int | DEVELOPER_ERROR | The application is misconfigured. |
int | ERROR | The operation failed with no more detailed information. |
int | INTERNAL_ERROR | An internal error occurred. |
int | INTERRUPTED | A blocking call was interrupted while waiting and did not run to completion. |
int | INVALID_ACCOUNT | The client attempted to connect to the service with an invalid account name specified. |
int | NETWORK_ERROR | A network error occurred. |
int | RESOLUTION_REQUIRED | Completing the operation requires some form of resolution. |
int | SERVICE_DISABLED | This constant was deprecated. This case handled during connection, not during API requests. No results should be returned with this status code. |
int | SERVICE_VERSION_UPDATE_REQUIRED | This constant was deprecated. This case handled during connection, not during API requests. No results should be returned with this status code. |
int | SIGN_IN_REQUIRED | The client attempted to connect to the service but the user is not signed in. |
int | SUCCESS | The operation was successful. |
int | SUCCESS_CACHE | The operation was successful, but was used the device's cache. |
int | TIMEOUT | Timed out while awaiting the result. |
Inherited Method Summary
From class com.google.android.gms.common.api.CommonStatusCodes
static String |
getStatusCodeString(int statusCode)
|
Constants
public static final int SETTINGS_CHANGE_UNAVAILABLE
Location settings can't be changed to meet the requirements, no dialog pops up
Constant Value: 8502