Class Autofill.NodeData

Object
org.mozilla.geckoview.Autofill.NodeData
Enclosing class:
Autofill

public static class Autofill.NodeData extends Object
Represents autofill data associated to a Autofill.Node.
  • Method Details

    • getValue

      @AnyThread @Nullable public String 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.