Class UITextDropProposal

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class UITextDropProposal
extends UIDropProposal
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • UITextDropProposal

      protected UITextDropProposal()
    • UITextDropProposal

      protected UITextDropProposal​(NSObject.Handle h, long handle)
    • UITextDropProposal

      protected UITextDropProposal​(NSObject.SkipInit skipInit)
    • UITextDropProposal

      public UITextDropProposal​(UIDropOperation operation)
  • Method Details

    • getDropAction

      public UITextDropAction getDropAction()
    • setDropAction

      public void setDropAction​(UITextDropAction v)
    • getDropProgressMode

      public UITextDropProgressMode getDropProgressMode()
    • setDropProgressMode

      public void setDropProgressMode​(UITextDropProgressMode v)
    • isUseFastSameViewOperations

      public boolean isUseFastSameViewOperations()
    • setUseFastSameViewOperations

      public void setUseFastSameViewOperations​(boolean v)
    • getDropPerformer

      public UITextDropPerformer getDropPerformer()
    • setDropPerformer

      public void setDropPerformer​(UITextDropPerformer v)