Package org.robovm.apple.uikit
Interface UIDropInteractionDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIDropInteractionDelegateAdapter
public interface UIDropInteractionDelegate extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description booleancanHandleSession(UIDropInteraction interaction, UIDropSession session)voidconcludeDrop(UIDropInteraction interaction, UIDropSession session)voiditemWillAnimateDrop(UIDropInteraction interaction, UIDragItem item, UIDragAnimating animator)voidperformDrop(UIDropInteraction interaction, UIDropSession session)UITargetedDragPreviewpreviewForDroppingItem(UIDropInteraction interaction, UIDragItem item, UITargetedDragPreview defaultPreview)voidsessionDidEnd(UIDropInteraction interaction, UIDropSession session)voidsessionDidEnter(UIDropInteraction interaction, UIDropSession session)voidsessionDidExit(UIDropInteraction interaction, UIDropSession session)UIDropProposalsessionDidUpdate(UIDropInteraction interaction, UIDropSession session)
-
Method Details
-
canHandleSession
-
sessionDidEnter
-
sessionDidUpdate
-
sessionDidExit
-
performDrop
-
concludeDrop
-
sessionDidEnd
-
previewForDroppingItem
UITargetedDragPreview previewForDroppingItem(UIDropInteraction interaction, UIDragItem item, UITargetedDragPreview defaultPreview) -
itemWillAnimateDrop
-