Package org.robovm.apple.uikit
Interface UITextDropRequest
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITextDropRequestAdapter
public interface UITextDropRequest extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UITextPositiongetDropPosition()UIDropSessiongetDropSession()UITextDropProposalgetSuggestedProposal()booleanisSameView()
-
Method Details
-
getDropPosition
UITextPosition getDropPosition() -
getSuggestedProposal
UITextDropProposal getSuggestedProposal() -
isSameView
boolean isSameView() -
getDropSession
UIDropSession getDropSession()
-