Package org.mozilla.geckoview
Class ContentBlockingController.LogEntry.BlockingData
Object
org.mozilla.geckoview.ContentBlockingController.LogEntry.BlockingData
- Enclosing class:
- ContentBlockingController.LogEntry
Data about why a given entry was blocked.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
category
public final int categoryA category the entry falls under. -
blocked
public final boolean blockedIndicates whether or not blocking occured for this category, where applicable. -
count
public final int countThe count of consecutive repeated appearances.
-
-
Constructor Details
-
BlockingData
protected BlockingData()
-