Package org.robovm.apple.uikit
Interface UITextPasteConfigurationSupporting
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIPasteConfigurationSupporting
- All Known Subinterfaces:
UITextDroppable
- All Known Implementing Classes:
UISearchTextField,UITextDroppableAdapter,UITextField,UITextPasteConfigurationSupportingAdapter,UITextView
public interface UITextPasteConfigurationSupporting extends UIPasteConfigurationSupporting
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UITextPasteDelegategetPasteDelegate()voidsetPasteDelegate(UITextPasteDelegate v)Methods inherited from interface org.robovm.apple.uikit.UIPasteConfigurationSupporting
canPasteItemProviders, getPasteConfiguration, pasteItemProviders, setPasteConfiguration
-
Method Details
-
getPasteDelegate
UITextPasteDelegate getPasteDelegate() -
setPasteDelegate
-