java.lang.Object | |
↳ | com.google.android.gms.safetynet.SafeBrowsingThreat |
A threat of interest used as input to lookupUri(GoogleApiClient, String, int...)
and returned as output
if these threats are detected for the input URI to lookupUri(GoogleApiClient, String, int...)
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | TYPE_POTENTIALLY_HARMFUL_APPLICATION | This threat type will match URLs of pages that are flagged as containing potentially harmful applications. | |||||||||
int | TYPE_SOCIAL_ENGINEERING | This threat type will match URLs of pages that are flagged as containing social engineering threats. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the threat type for this threat.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This threat type will match URLs of pages that are flagged as containing potentially harmful applications.
This threat type will match URLs of pages that are flagged as containing social engineering threats.
Gets the threat type for this threat.
Returns | |
---|---|
int |