Interface UISearchTextFieldPasteItem

  • All Superinterfaces:
    UITextPasteItem

    public interface UISearchTextFieldPasteItem
    extends UITextPasteItem
    A protocol that refines UITextPasteItem to support pasting of tokens. Paste items vended by UISearchTextField conform to this protocol.
    • Method Detail

      • setSearchTokenResult

        void setSearchTokenResult​(UISearchToken token)
        Transforms this paste item into a token at the end of the search text field’s token array.