public static interface

SafetyNetApi.SafeBrowsingResult

implements Result
com.google.android.gms.safetynet.SafetyNetApi.SafeBrowsingResult

This interface is deprecated.
use SafetyNetApi.SafeBrowsingResponse returned from lookupUri(String, String, int...).

Class Overview

Result from lookupUri(GoogleApiClient, String, int...).

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

Summary

Public Methods
abstract List<SafeBrowsingThreat> getDetectedThreats()
Returns threats detected from the input URI.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract 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...).