Package org.mozilla.geckoview
Class ContentBlockingController.LogEntry
Object
org.mozilla.geckoview.ContentBlockingController.LogEntry
- Enclosing class:
- ContentBlockingController
An entry in the content blocking log for a site.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Data about why a given entry was blocked. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe blocking data for this origin, sorted chronologically.final String
The origin of this log entry. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
origin
The origin of this log entry. -
blockingData
The blocking data for this origin, sorted chronologically.
-
-
Constructor Details
-
LogEntry
protected LogEntry()
-