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. Whenever remaining,max and resetTime are equal to 0, this means there are no usage restrictions for the current User at the time.
  • 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.