SafeBrowsingThreat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SafeBrowsingThreat
type SafeBrowsingThreat =
- Inheritance
-
SafeBrowsingThreat
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Indicates that Safe Browsing blocked a resource for an unknown reason. |
| Malware | 1 | Indicates that Safe Browsing blocked a resource containing malware. |
| Phishing | 2 | Indicates that Safe Browsing blocked a resource containing deceptive content. |
| UnwantedSoftware | 3 | Indicates that Safe Browsing blocked a resource containing unwanted software. |
| Billing | 4 | Indicates that Safe Browsing blocked a resource that may trick the user into a billing agreement. This value is reported only for apps targeting API level 29 (Q) or later; apps targeting earlier API levels receive Unknown instead. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.