| java.lang.Object | ||
| ↳ | com.google.android.gms.common.api.CommonStatusCodes | |
| ↳ | com.google.android.gms.safetynet.SafetyNetStatusCodes | |
Status codes for the SafetyNet API.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | SAFE_BROWSING_API_NOT_AVAILABLE | An internal error occurred causing the call to lookupUri(GoogleApiClient, String, int...) to be
unavailable. |
|||||||||
| int | SAFE_BROWSING_MISSING_API_KEY | The API key required for calling lookupUri(GoogleApiClient, String, int...) is missing in the manifest. |
|||||||||
| int | SAFE_BROWSING_UNSUPPORTED_THREAT_TYPES | None of the input threat types to lookupUri(GoogleApiClient, String, int...) are supported. |
|||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.android.gms.common.api.CommonStatusCodes
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.android.gms.common.api.CommonStatusCodes
| |||||||||||
From class
java.lang.Object
| |||||||||||
An internal error occurred causing the call to lookupUri(GoogleApiClient, String, int...) to be
unavailable.
The API key required for calling lookupUri(GoogleApiClient, String, int...) is missing in the manifest.
A meta-data name-value pair in the app manifest with the name "com.google.android.safetynet.API_KEY" and a value consisting of the API key from the Google Developers Console is not present.
None of the input threat types to lookupUri(GoogleApiClient, String, int...) are supported.