Class IPProtectionController.EnrollResult

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

public static class IPProtectionController.EnrollResult extends Object
Holds the result of an enrollment attempt.
  • Field Details

    • isEnrolledAndEntitled

      public final boolean isEnrolledAndEntitled
      Whether the user is now enrolled and entitled to use the proxy.
    • error

      @Nullable public final String error
      Error string describing why enrollment failed, or null on success.
  • Constructor Details

    • EnrollResult

      protected EnrollResult()
      Default constructor.