Class AdblockWebView.EventsListener.ResourceInfo

java.lang.Object
org.adblockplus.libadblockplus.android.webview.AdblockWebView.EventsListener.ResourceInfo
Direct Known Subclasses:
AdblockWebView.EventsListener.AllowlistedResourceInfo, AdblockWebView.EventsListener.BlockedResourceInfo
Enclosing interface:
AdblockWebView.EventsListener

public static class AdblockWebView.EventsListener.ResourceInfo
extends java.lang.Object
Immutable data-class containing an auxiliary information about resource event.
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> getParentFrameUrls()  
    java.lang.String getRequestUrl()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getRequestUrl

      public java.lang.String getRequestUrl()
    • getParentFrameUrls

      public java.util.List<java.lang.String> getParentFrameUrls()