Package org.robovm.apple.uikit
Interface UITextDragRequest
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITextDragRequestAdapter
public interface UITextDragRequest extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UITextRangegetDragRange()UIDragSessiongetDragSession()NSArray<UIDragItem>getExistingItems()NSArray<UIDragItem>getSuggestedItems()booleanisSelected()
-
Method Details
-
getDragRange
UITextRange getDragRange() -
getSuggestedItems
NSArray<UIDragItem> getSuggestedItems() -
getExistingItems
NSArray<UIDragItem> getExistingItems() -
isSelected
boolean isSelected() -
getDragSession
UIDragSession getDragSession()
-