Package org.robovm.apple.uikit
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 Summary
Modifier and Type Method Description NSDictionary<NSString,?>getDefaultAttributes()NSItemProvidergetItemProvider()NSObjectgetLocalObject()voidsetAttachmentResult(NSTextAttachment textAttachment)voidsetAttributedStringResult(NSAttributedString string)voidsetDefaultResult()voidsetNoResult()voidsetStringResult(String string)
-
Method Details
-
getItemProvider
NSItemProvider getItemProvider() -
getLocalObject
NSObject getLocalObject() -
getDefaultAttributes
NSDictionary<NSString,?> getDefaultAttributes() -
setStringResult
-
setAttributedStringResult
-
setAttachmentResult
-
setNoResult
void setNoResult() -
setDefaultResult
void setDefaultResult()
-