Package org.mozilla.geckoview
Class Autofill.Hint
Object
org.mozilla.geckoview.Autofill.Hint
- Enclosing class:
- Autofill
Autofill hint definitions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intHint indicating that a node represents an email address.static final intHint indicating that no special handling is required.static final intHint indicating that a node represents a password.static final intHint indicating that a node represents an URI.static final intHint indicating that a node represents a username. -
Method Summary
-
Field Details
-
NONE
public static final int NONEHint indicating that no special handling is required.- See Also:
-
EMAIL_ADDRESS
public static final int EMAIL_ADDRESSHint indicating that a node represents an email address.- See Also:
-
PASSWORD
public static final int PASSWORDHint indicating that a node represents a password.- See Also:
-
URI
public static final int URIHint indicating that a node represents an URI.- See Also:
-
USERNAME
public static final int USERNAMEHint indicating that a node represents a username.- See Also:
-
-
Method Details
-
toString
Converts an autofill hint to its string representation.- Parameters:
hint- The autofill hint to convert- Returns:
- The string representation of the hint, or null if invalid
-