public static interface

SafetyNetApi.SafeBrowsingResult

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

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