Package org.mozilla.geckoview
Class Autofill.NodeData
Object
org.mozilla.geckoview.Autofill.NodeData
- Enclosing class:
- Autofill
Represents autofill data associated to a
Autofill.Node
.-
Method Summary
-
Method Details
-
getValue
Gets the value for this node.- Returns:
- a String representing the value for this node.
-
getId
@AnyThread public int getId()Returns the autofill id for this node.- Returns:
- an int representing the id for this node.
-