public static interface AdblockWebView.EventsListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdblockWebView.EventsListener.AllowlistedResourceInfo
Immutable data-class containing an auxiliary information about allowlisted resource.
|
static class |
AdblockWebView.EventsListener.AllowlistReason
Allowlisting reason:
|
static class |
AdblockWebView.EventsListener.BlockedResourceInfo
Immutable data-class containing an auxiliary information about blocked resource.
|
static class |
AdblockWebView.EventsListener.ResourceInfo
Immutable data-class containing an auxiliary information about resource event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onNavigation()
"Navigation" event.
|
void |
onResourceLoadingAllowlisted(AdblockWebView.EventsListener.AllowlistedResourceInfo info)
"Resource loading allowlisted" event.
|
void |
onResourceLoadingBlocked(AdblockWebView.EventsListener.BlockedResourceInfo info)
"Resource loading blocked" event.
|
void onNavigation()
void onResourceLoadingBlocked(AdblockWebView.EventsListener.BlockedResourceInfo info)
info - contains auxiliary information about a blocked resource.void onResourceLoadingAllowlisted(AdblockWebView.EventsListener.AllowlistedResourceInfo info)
info - contains auxiliary information about a blocked resource.