Package org.robovm.apple.uikit
Interface UIDragDropSession
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
UIDragSession,UIDropSession
- All Known Implementing Classes:
UIDragDropSessionAdapter,UIDragSessionAdapter,UIDropSessionAdapter
public interface UIDragDropSession extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description booleanallowsMoveOperation()booleancanLoadObjectsOfClass(Class<?> aClass)NSArray<UIDragItem>getItems()booleanhasItemsConformingToTypeIdentifiers(NSArray<NSString> typeIdentifiers)booleanisRestrictedToDraggingApplication()CGPointlocationInView(UIView view)
-
Method Details
-
getItems
NSArray<UIDragItem> getItems() -
allowsMoveOperation
boolean allowsMoveOperation() -
isRestrictedToDraggingApplication
boolean isRestrictedToDraggingApplication() -
locationInView
-
hasItemsConformingToTypeIdentifiers
-
canLoadObjectsOfClass
-