Class ContentBlocking.BounceTrackingProtectionMode

Object
org.mozilla.geckoview.ContentBlocking.BounceTrackingProtectionMode
Enclosing class:
ContentBlocking

public static class ContentBlocking.BounceTrackingProtectionMode extends Object
Modes for Bounce Tracking Protection.
  • Field Details

    • BOUNCE_TRACKING_PROTECTION_MODE_DISABLED

      public static final int BOUNCE_TRACKING_PROTECTION_MODE_DISABLED
      Fully disabled.
      See Also:
    • BOUNCE_TRACKING_PROTECTION_MODE_ENABLED

      public static final int BOUNCE_TRACKING_PROTECTION_MODE_ENABLED
      Fully enabled.
      See Also:
    • BOUNCE_TRACKING_PROTECTION_MODE_ENABLED_STANDBY

      public static final int BOUNCE_TRACKING_PROTECTION_MODE_ENABLED_STANDBY
      Disabled, 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_RUN
      Feature enabled, but tracker purging is only simulated. Used for testing and telemetry collection.
      See Also:
  • Constructor Details

    • BounceTrackingProtectionMode

      protected BounceTrackingProtectionMode()