java.lang.Object | ||
↳ | com.google.android.gms.common.api.Response<com.google.android.gms.safetynet.SafetyNetApi.SafeBrowsingResult> | |
↳ | com.google.android.gms.safetynet.SafetyNetApi.SafeBrowsingResponse |
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:
SAFE_BROWSING_API_NOT_AVAILABLE
: the API
is not available for use;
SAFE_BROWSING_MISSING_API_KEY
: an API key (generated in the
developer console) was not added to the application's manifest;
SAFE_BROWSING_UNSUPPORTED_THREAT_TYPES
: all the threat
types specified in lookupUri(GoogleApiClient, String, int...)
are currently not supported.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns threats detected from the input URI.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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...) .
|