public static interface WebViewCounters.EventsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAllowlistedChanged(int newValue)
An event signalling about changing of the counter of allowlisted resources.
|
void |
onBlockedChanged(int newValue)
An event signalling about changing of the counter of blocked resources.
|
void onBlockedChanged(int newValue)
newValue - A new value of blocked resources.void onAllowlistedChanged(int newValue)
newValue - A new value of allowlisted resources.