Interface UITextDropRequest


  • public interface UITextDropRequest
    • Method Detail

      • dropPosition

        UITextPosition dropPosition()
        The text position that the drag is over.
      • dropSession

        UIDropSession dropSession()
        The current drop session. Use this to get the location of the session in the view, for example.
      • isSameView

        boolean isSameView()
        Returns whether the drop is a local drop (that is, the drag and drop are in the same text control).
      • suggestedProposal

        UITextDropProposal suggestedProposal()
        The suggested proposal by the text control.