SafetyNetApi.VerifyAppsUserResponse

public static class SafetyNetApi.VerifyAppsUserResponse extends Response<SafetyNetApi.VerifyAppsUserResult>

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

boolean
isVerifyAppsEnabled()
Returns whether the user has enabled Verify Apps when prompted.
com.google.android.gms.common.api.Response
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public SafetyNetApi.VerifyAppsUserResponse ()

Public Methods

public boolean isVerifyAppsEnabled ()

Returns whether the user has enabled Verify Apps when prompted.

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