public static enum AdblockWebView.EventsListener.AllowlistReason extends java.lang.Enum<AdblockWebView.EventsListener.AllowlistReason>
| Enum Constant and Description |
|---|
DOCUMENT
Document is allowlisted
|
DOMAIN
Domain is allowlisted by user
|
FILTER
Exception filter
|
| Modifier and Type | Method and Description |
|---|---|
static AdblockWebView.EventsListener.AllowlistReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdblockWebView.EventsListener.AllowlistReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdblockWebView.EventsListener.AllowlistReason DOCUMENT
public static final AdblockWebView.EventsListener.AllowlistReason DOMAIN
public static final AdblockWebView.EventsListener.AllowlistReason FILTER
public static AdblockWebView.EventsListener.AllowlistReason[] values()
for (AdblockWebView.EventsListener.AllowlistReason c : AdblockWebView.EventsListener.AllowlistReason.values()) System.out.println(c);
public static AdblockWebView.EventsListener.AllowlistReason valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null