Class AdblockWebView.EventsListener.BlockedResourceInfo

java.lang.Object
org.adblockplus.libadblockplus.android.webview.AdblockWebView.EventsListener.ResourceInfo
org.adblockplus.libadblockplus.android.webview.AdblockWebView.EventsListener.BlockedResourceInfo
Enclosing interface:
AdblockWebView.EventsListener

public static final class AdblockWebView.EventsListener.BlockedResourceInfo
extends AdblockWebView.EventsListener.ResourceInfo
Immutable data-class containing an auxiliary information about blocked resource.
  • Method Summary

    Modifier and Type Method Description
    org.adblockplus.libadblockplus.FilterEngine.ContentType getContentType()  

    Methods inherited from class org.adblockplus.libadblockplus.android.webview.AdblockWebView.EventsListener.ResourceInfo

    getParentFrameUrls, getRequestUrl

    Methods inherited from class java.lang.Object

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

    • getContentType

      public org.adblockplus.libadblockplus.FilterEngine.ContentType getContentType()