SafetyNetApi.SafeBrowsingResult

public static interface SafetyNetApi.SafeBrowsingResult implements Result

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

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:

Public Method Summary

abstract List<SafeBrowsingThreat>
getDetectedThreats()
Returns threats detected from the input URI.

Inherited Method Summary

Public Methods

public abstract List<SafeBrowsingThreat> getDetectedThreats ()

Returns threats detected from the input URI.

Returns