Package org.mozilla.geckoview
Class Autocomplete.SaveOption.Hint
Object
org.mozilla.geckoview.Autocomplete.SaveOption.Hint
- Enclosing class:
- Autocomplete.SaveOption<T>
Hint types for login saving requests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAuto-generated password.static final intPotentially non-login data.static final intNo hint specified. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
public static final int NONENo hint specified.- See Also:
-
GENERATED
public static final int GENERATEDAuto-generated password. Notify but do not prompt the user for saving.- See Also:
-
LOW_CONFIDENCE
public static final int LOW_CONFIDENCEPotentially non-login data. The form data entered may be not login credentials but other forms of input like credit card numbers. Note that this could be valid login data in same cases, e.g., some banks may expect credit card numbers in the username field.- See Also:
-
-
Constructor Details
-
Hint
protected Hint()Protected constructor for Hint.
-