Class Autocomplete.SaveOption.Hint

Object
org.mozilla.geckoview.Autocomplete.SaveOption.Hint
Enclosing class:
Autocomplete.SaveOption<T>

public static class Autocomplete.SaveOption.Hint extends Object
Hint types for login saving requests.
  • Field Details

    • NONE

      public static final int NONE
      See Also:
    • GENERATED

      public static final int GENERATED
      Auto-generated password. Notify but do not prompt the user for saving.
      See Also:
    • LOW_CONFIDENCE

      public static final int LOW_CONFIDENCE
      Potentially 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()