Package org.mozilla.geckoview
Class IPProtectionController.EnrollResult
Object
org.mozilla.geckoview.IPProtectionController.EnrollResult
- Enclosing class:
- IPProtectionController
Holds the result of an enrollment attempt.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringError string describing why enrollment failed, ornullon success.final booleanWhether the user is now enrolled and entitled to use the proxy. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isEnrolledAndEntitled
public final boolean isEnrolledAndEntitledWhether the user is now enrolled and entitled to use the proxy. -
error
Error string describing why enrollment failed, ornullon success.
-
-
Constructor Details
-
EnrollResult
protected EnrollResult()Default constructor.
-