java.lang.Object | ||
↳ | com.google.android.gms.common.api.CommonStatusCodes | |
↳ | com.google.android.gms.awareness.AwarenessStatusCodes |
Awareness specific status codes, for use in
getStatusCode()
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ACL_ACCESS_DENIED | ACL authentication failed. | |||||||||
int | API_NOT_AVAILABLE | The client is not eligible to use this particular API. | |||||||||
int | BAD_ACCOUNT | The specified account was invalid. | |||||||||
int | BLUETOOTH_OFF | Bluetooth is turned off. | |||||||||
int | FENCE_NOT_AVAILABLE | A fence is not available. | |||||||||
int | INCONSISTENT_ACCOUNT | The account passed to an API method is different from the account that was specified in ContextManagerClientInfo when connecting. | |||||||||
int | INCONSISTENT_MODULE_ID | The module ID passed to an API method is different from the module ID that was specified in ContextManagerClientInfo when connecting. | |||||||||
int | INCONSISTENT_UID | The client's process has an unexpected UID. | |||||||||
int | INTERNAL_API_CLIENT_CONNECTION_FAILED | The GoogleApiClient connection failed. | |||||||||
int | MAX_LIMIT_OF_FENCE_REGISTRATIONS_EXCEEDED | The maximum available number of fence registrations for a client has been reached. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A human-readable String of the status code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
ACL authentication failed.
The client is not eligible to use this particular API.
The specified account was invalid.
Bluetooth is turned off.
A fence is not available.
The account passed to an API method is different from the account that was specified in ContextManagerClientInfo when connecting.
The module ID passed to an API method is different from the module ID that was specified in ContextManagerClientInfo when connecting.
The client's process has an unexpected UID.
The GoogleApiClient connection failed.
The maximum available number of fence registrations for a client has been reached.
A human-readable String of the status code.
Returns | |
---|---|
String |
human-readable String of the status code. |