public static class ContentBlocking.SafeBrowsing extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT
Block all unsafe sites.
|
static int |
HARMFUL
Block harmful sites.
|
static int |
MALWARE
Block malware sites.
|
static int |
NONE |
static int |
PHISHING
Block phishing sites.
|
static int |
UNWANTED
Block unwanted sites.
|
Modifier | Constructor and Description |
---|---|
protected |
SafeBrowsing() |
public static final int NONE
public static final int MALWARE
public static final int UNWANTED
public static final int HARMFUL
public static final int PHISHING
public static final int DEFAULT