AI-generated Key Takeaways
-
SafetyNetApi.VerifyAppsUserResponse
provides user decisions for the Verify Apps API. -
It indicates whether the user has enabled Verify Apps through the
isVerifyAppsEnabled()
method. -
This response is obtained using methods like
enableVerifyApps()
orisVerifyAppsEnabled()
inSafetyNetClient
. -
You can access the detailed result using the inherited
getResult()
method.
A Response
to
get user decisions for the Verify Apps API.
Public Constructor Summary
Public Method Summary
boolean |
isVerifyAppsEnabled()
Returns whether the user has enabled Verify Apps when prompted.
|
Inherited Method Summary
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()
.