SafetyNetApi.VerifyAppsUserResponse

  • 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() or isVerifyAppsEnabled() in SafetyNetClient.

  • You can access the detailed result using the inherited getResult() method.

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

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().