public static interface

SafetyNetApi.VerifyAppsUserResult

implements Result
com.google.android.gms.safetynet.SafetyNetApi.VerifyAppsUserResult

This interface is deprecated.
use SafetyNetApi.VerifyAppsUserResponse returned from APIs in SafetyNetClient.

Class Overview

A Result to get user decisions for the Verify Apps API.

Summary

Public Methods
abstract boolean isVerifyAppsEnabled()
Returns whether the user has enabled Verify Apps when prompted.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract boolean isVerifyAppsEnabled ()

Returns whether the user has enabled Verify Apps when prompted.

This method is only meaningful when used with enableVerifyApps(GoogleApiClient) or isVerifyAppsEnabled(Context).

Returns
boolean