Interface UITextPasteItem

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Subinterfaces:
UISearchTextFieldPasteItem
All Known Implementing Classes:
UISearchTextFieldPasteItemAdapter, UITextPasteItemAdapter

public interface UITextPasteItem
extends NSObjectProtocol
Since:
Available in iOS 11.0 and later.
  • Method Details

    • getItemProvider

      NSItemProvider getItemProvider()
    • getLocalObject

      NSObject getLocalObject()
    • getDefaultAttributes

      NSDictionary<NSString,​?> getDefaultAttributes()
    • setStringResult

      void setStringResult​(String string)
    • setAttributedStringResult

      void setAttributedStringResult​(NSAttributedString string)
    • setAttachmentResult

      void setAttachmentResult​(NSTextAttachment textAttachment)
    • setNoResult

      void setNoResult()
    • setDefaultResult

      void setDefaultResult()