AI-generated Key Takeaways
-
SafetyNetApi.VerifyAppsUserResponse is a Response used to get user decisions for the Verify Apps API.
-
It has a public constructor
SafetyNetApi.VerifyAppsUserResponse()
. -
The public method
isVerifyAppsEnabled()
returns whether the user has enabled Verify Apps when prompted.
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()
.