public interface UIDragSession extends UIDragDropSession
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
localContext()
Use `localContext` to attach additional information to this drag session,
visible only inside the app that started the drag.
|
void |
setLocalContext(java.lang.Object value)
Use `localContext` to attach additional information to this drag session,
visible only inside the app that started the drag.
|
allowsMoveOperation, canLoadObjectsOfClass, hasItemsConformingToTypeIdentifiers, isRestrictedToDraggingApplication, items, locationInViewjava.lang.Object localContext()
void setLocalContext(java.lang.Object value)