Package org.robovm.apple.uikit
Interface UIDragSession
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIDragDropSession
- All Known Implementing Classes:
UIDragSessionAdapter
public interface UIDragSession extends UIDragDropSession
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description NSObjectgetLocalContext()voidsetLocalContext(NSObject v)Methods inherited from interface org.robovm.apple.uikit.UIDragDropSession
allowsMoveOperation, canLoadObjectsOfClass, getItems, hasItemsConformingToTypeIdentifiers, isRestrictedToDraggingApplication, locationInView
-
Method Details
-
getLocalContext
NSObject getLocalContext() -
setLocalContext
-