Package org.robovm.apple.uikit
Interface UIDropSession
- All Superinterfaces:
NSObjectProtocol,NSProgressReporting,ObjCProtocol,UIDragDropSession
- All Known Implementing Classes:
UIDropSessionAdapter
public interface UIDropSession extends UIDragDropSession, NSProgressReporting
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UIDragSessiongetLocalDragSession()UIDropSessionProgressIndicatorStylegetProgressIndicatorStyle()NSProgressloadObjects(Class<?> aClass, VoidBlock1<NSArray<?>> completion)voidsetProgressIndicatorStyle(UIDropSessionProgressIndicatorStyle v)Methods inherited from interface org.robovm.apple.foundation.NSProgressReporting
getProgressMethods inherited from interface org.robovm.apple.uikit.UIDragDropSession
allowsMoveOperation, canLoadObjectsOfClass, getItems, hasItemsConformingToTypeIdentifiers, isRestrictedToDraggingApplication, locationInView
-
Method Details
-
getLocalDragSession
UIDragSession getLocalDragSession() -
getProgressIndicatorStyle
UIDropSessionProgressIndicatorStyle getProgressIndicatorStyle() -
setProgressIndicatorStyle
-
loadObjects
-