-
Methods in org.robovm.apple.uikit with parameters of type UIDropInteraction
| Modifier and Type |
Method |
Description |
boolean |
UIDropInteractionDelegate.canHandleSession(UIDropInteraction interaction,
UIDropSession session) |
|
boolean |
UIDropInteractionDelegateAdapter.canHandleSession(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.concludeDrop(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.concludeDrop(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.itemWillAnimateDrop(UIDropInteraction interaction,
UIDragItem item,
UIDragAnimating animator) |
|
void |
UIDropInteractionDelegateAdapter.itemWillAnimateDrop(UIDropInteraction interaction,
UIDragItem item,
UIDragAnimating animator) |
|
void |
UIDropInteractionDelegate.performDrop(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.performDrop(UIDropInteraction interaction,
UIDropSession session) |
|
UITargetedDragPreview |
UIDropInteractionDelegate.previewForDroppingItem(UIDropInteraction interaction,
UIDragItem item,
UITargetedDragPreview defaultPreview) |
|
UITargetedDragPreview |
UIDropInteractionDelegateAdapter.previewForDroppingItem(UIDropInteraction interaction,
UIDragItem item,
UITargetedDragPreview defaultPreview) |
|
void |
UIDropInteractionDelegate.sessionDidEnd(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.sessionDidEnd(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.sessionDidEnter(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.sessionDidEnter(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.sessionDidExit(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.sessionDidExit(UIDropInteraction interaction,
UIDropSession session) |
|
UIDropProposal |
UIDropInteractionDelegate.sessionDidUpdate(UIDropInteraction interaction,
UIDropSession session) |
|
UIDropProposal |
UIDropInteractionDelegateAdapter.sessionDidUpdate(UIDropInteraction interaction,
UIDropSession session) |
|