Class IPProtectionController.UsageInfo

Object
org.mozilla.geckoview.IPProtectionController.UsageInfo
Enclosing class:
IPProtectionController

public static class IPProtectionController.UsageInfo extends Object
Holds information about the current IP proxy usage.
  • Field Details

    • remaining

      public final long remaining
      Remaining usage allowance in bytes.
    • max

      public final long max
      Maximum usage allowance in bytes.
    • resetTime

      @Nullable public final String resetTime
      The time when usage resets, as an ISO 8601 string, or null if unavailable.
  • Constructor Details

    • UsageInfo

      protected UsageInfo()
      Default constructor.