Interfaces
| SafetyNetApi | The main entry point for interacting with SafetyNet. |
| SafetyNetApi.AttestationResult |
This interface was deprecated.
use SafetyNetApi.AttestationResponse returned by attest(byte[], String).
|
| SafetyNetApi.HarmfulAppsResult |
This interface was deprecated.
use SafetyNetApi.HarmfulAppsResponse returned from
listHarmfulApps().
|
| SafetyNetApi.RecaptchaTokenResult |
This interface was deprecated.
use SafetyNetApi.RecaptchaTokenResponse returned from
verifyWithRecaptcha(String).
|
| SafetyNetApi.SafeBrowsingResult |
This interface was deprecated.
use SafetyNetApi.SafeBrowsingResponse returned from lookupUri(String, String, int...).
|
| SafetyNetApi.VerifyAppsUserResult |
This interface was deprecated.
use SafetyNetApi.VerifyAppsUserResponse returned from APIs in SafetyNetClient.
|
Classes
| HarmfulAppsData | APK information pertaining to one potentially harmful app. |
| SafeBrowsingThreat | A threat of interest used as input to lookupUri(GoogleApiClient, String, int...) and returned as output
if these threats are detected for the input URI to lookupUri(GoogleApiClient, String, int...). |
| SafetyNet | The SafetyNet API provides access to Google services that help you assess the health and safety of an Android device. |
| SafetyNetApi.AttestationResponse | Response from attest(byte[], String) that contains a
Compatibility Test Suite attestation result. |
| SafetyNetApi.HarmfulAppsResponse | A Response returned from listHarmfulApps(). |
| SafetyNetApi.RecaptchaTokenResponse | Response from verifyWithRecaptcha(String). |
| SafetyNetApi.SafeBrowsingResponse | Response for lookupUri(String, String, int...). |
| SafetyNetApi.VerifyAppsUserResponse | A Response to get user decisions for the Verify Apps API. |
| SafetyNetClient | The main entry point for SafetyNet. |
| SafetyNetStatusCodes | Status codes for the SafetyNet API. |
| VerifyAppsConstants | Constants pertaining to the Verify Apps SafetyNet API. |
