public interface

SafetyNetApi

com.google.android.gms.safetynet.SafetyNetApi

Class Overview

The main entry point for interacting with SafetyNet.

Summary

Nested Classes
interface SafetyNetApi.AttestationResult Result that contains an attestation result. 
Public Methods
abstract PendingResult<SafetyNetApi.AttestationResult> attest(GoogleApiClient client, byte[] nonce)
Provides attestation results for the device.

Public Methods

public abstract PendingResult<SafetyNetApi.AttestationResult> attest (GoogleApiClient client, byte[] nonce)

Provides attestation results for the device.

Parameters
client The GoogleApiClient to service the call. The client must be connected using connect() before invoking this method.
nonce A cryptographic nonce used for anti-replay and tracking of requests.