public static interface
SafetyNetApi.VerifyAppsUserResult
implements
Result
This interface was deprecated.
use SafetyNetApi.VerifyAppsUserResponse returned from APIs in SafetyNetClient.
A Result to get user decisions for the Verify Apps API.
Public Method Summary
| abstract boolean |
isVerifyAppsEnabled()
Returns whether the user has enabled Verify Apps when prompted.
|
Inherited Method Summary
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).
