Package org.mozilla.geckoview
Class Autofill.Hint
Object
org.mozilla.geckoview.Autofill.Hint
- Enclosing class:
- Autofill
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Hint indicating that a node represents an email address.static final int
Hint indicating that no special handling is required.static final int
Hint indicating that a node represents a password.static final int
Hint indicating that a node represents an URI.static final int
Hint 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
-