Package org.robovm.apple.uikit
Interface UITextDropDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITextDropDelegateAdapter
public interface UITextDropDelegate extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voiddropSessionDidEnd(UIView textDroppableView, UIDropSession session)voiddropSessionDidEnter(UIView textDroppableView, UIDropSession session)voiddropSessionDidExit(UIView textDroppableView, UIDropSession session)voiddropSessionDidUpdate(UIView textDroppableView, UIDropSession session)UITargetedDragPreviewpreviewForDroppingAllItemsWithDefault(UIView textDroppableView, UITargetedDragPreview defaultPreview)UITextDropProposalproposalForDrop(UIView textDroppableView, UITextDropRequest drop)UITextDropEditabilitywillBecomeEditableForDrop(UIView textDroppableView, UITextDropRequest drop)voidwillPerformDrop(UIView textDroppableView, UITextDropRequest drop)
-
Method Details
-
willBecomeEditableForDrop
-
proposalForDrop
-
willPerformDrop
-
previewForDroppingAllItemsWithDefault
UITargetedDragPreview previewForDroppingAllItemsWithDefault(UIView textDroppableView, UITargetedDragPreview defaultPreview) -
dropSessionDidEnter
-
dropSessionDidUpdate
-
dropSessionDidExit
-
dropSessionDidEnd
-