Class AdblockWebView.EventsListener.AllowlistedResourceInfo
java.lang.Object
org.adblockplus.libadblockplus.android.webview.AdblockWebView.EventsListener.ResourceInfo
org.adblockplus.libadblockplus.android.webview.AdblockWebView.EventsListener.AllowlistedResourceInfo
- Enclosing interface:
- AdblockWebView.EventsListener
public static final class AdblockWebView.EventsListener.AllowlistedResourceInfo extends AdblockWebView.EventsListener.ResourceInfo
Immutable data-class containing an auxiliary information about allowlisted resource.
-
Constructor Summary
Constructors Constructor Description AllowlistedResourceInfo(java.lang.String requestUrl, java.util.List<java.lang.String> parentFrameUrls, AdblockWebView.EventsListener.AllowlistReason reasons) -
Method Summary
Modifier and Type Method Description AdblockWebView.EventsListener.AllowlistReasongetReason()Methods inherited from class org.adblockplus.libadblockplus.android.webview.AdblockWebView.EventsListener.ResourceInfo
getParentFrameUrls, getRequestUrlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AllowlistedResourceInfo
public AllowlistedResourceInfo(java.lang.String requestUrl, java.util.List<java.lang.String> parentFrameUrls, AdblockWebView.EventsListener.AllowlistReason reasons)
-
-
Method Details
-
getReason
-