Class UIAccessibilityCustomRotorItemResult

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class UIAccessibilityCustomRotorItemResult
extends NSObject
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • UIAccessibilityCustomRotorItemResult

      public UIAccessibilityCustomRotorItemResult()
    • UIAccessibilityCustomRotorItemResult

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

      protected UIAccessibilityCustomRotorItemResult​(NSObject.SkipInit skipInit)
    • UIAccessibilityCustomRotorItemResult

      public UIAccessibilityCustomRotorItemResult​(NSObject targetElement, UITextRange targetRange)
  • Method Details

    • getTargetElement

      public NSObject getTargetElement()
    • setTargetElement

      public void setTargetElement​(NSObject v)
    • getTargetRange

      public UITextRange getTargetRange()
    • setTargetRange

      public void setTargetRange​(UITextRange v)
    • init

      protected long init​(NSObject targetElement, UITextRange targetRange)