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 intFully disabled.static final intFully enabled.static final intFeature enabled, but tracker purging is only simulated.static final intDisabled, but collects user interaction data. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected constructor for BounceTrackingProtectionMode. -
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()Protected constructor for BounceTrackingProtectionMode.
-