Package org.mozilla.geckoview
Class ContentBlocking.BounceTrackingProtectionMode
Object
org.mozilla.geckoview.ContentBlocking.BounceTrackingProtectionMode
- Enclosing class:
- ContentBlocking
Modes for Bounce Tracking Protection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Fully disabled.static final int
Fully enabled.static final int
Feature enabled, but tracker purging is only simulated.static final int
Disabled, but collects user interaction data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BOUNCE_TRACKING_PROTECTION_MODE_DISABLED
public static final int BOUNCE_TRACKING_PROTECTION_MODE_DISABLEDFully disabled.- See Also:
-
BOUNCE_TRACKING_PROTECTION_MODE_ENABLED
public static final int BOUNCE_TRACKING_PROTECTION_MODE_ENABLEDFully enabled.- See Also:
-
BOUNCE_TRACKING_PROTECTION_MODE_ENABLED_STANDBY
public static final int BOUNCE_TRACKING_PROTECTION_MODE_ENABLED_STANDBYDisabled, but collects user interaction data. Use this mode as the "disabled" state when the feature can be toggled on and off, e.g. via preferences.- See Also:
-
BOUNCE_TRACKING_PROTECTION_MODE_ENABLED_DRY_RUN
public static final int BOUNCE_TRACKING_PROTECTION_MODE_ENABLED_DRY_RUNFeature enabled, but tracker purging is only simulated. Used for testing and telemetry collection.- See Also:
-
-
Constructor Details
-
BounceTrackingProtectionMode
protected BounceTrackingProtectionMode()
-