public static class

SafetyNetApi.SafeBrowsingResponse

extends Response<SafetyNetApi.SafeBrowsingResult>
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<com.google.android.gms.safetynet.SafetyNetApi.SafeBrowsingResult>
     ↳ com.google.android.gms.safetynet.SafetyNetApi.SafeBrowsingResponse

Class Overview

Response for lookupUri(String, String, int...).

Use getStatus() to obtain the status and ensure isSuccess() is true before accessing any other fields. The other statuses are:

Summary

Public Constructors
SafetyNetApi.SafeBrowsingResponse()
Public Methods
List<SafeBrowsingThreat> getDetectedThreats()
Returns threats detected from the input URI.
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.Response
From class java.lang.Object

Public Constructors

public SafetyNetApi.SafeBrowsingResponse ()

Public Methods

public List<SafeBrowsingThreat> getDetectedThreats ()

Returns threats detected from the input URI.

Returns
List<SafeBrowsingThreat> List of threat types from SafeBrowsingThreat for the input URI to lookupUri(GoogleApiClient, String, int...).