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
Modifier and TypeFieldDescriptionstatic final int
Auto-generated password.static final int
Potentially non-login data.static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
NONE
public static final int NONE- 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()
-