Class UIAccessibilityCustomAction

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class UIAccessibilityCustomAction
    extends NSObject
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • UIAccessibilityCustomAction

        public UIAccessibilityCustomAction()
      • UIAccessibilityCustomAction

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

        protected UIAccessibilityCustomAction​(NSObject.SkipInit skipInit)
      • UIAccessibilityCustomAction

        public UIAccessibilityCustomAction​(java.lang.String name,
                                           NSObject target,
                                           org.robovm.objc.Selector selector)
      • UIAccessibilityCustomAction

        public UIAccessibilityCustomAction​(NSAttributedString attributedName,
                                           NSObject target,
                                           org.robovm.objc.Selector selector)
        Since:
        Available in iOS 11.0 and later.
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String v)
      • getAttributedName

        public NSAttributedString getAttributedName()
        Since:
        Available in iOS 11.0 and later.
      • setAttributedName

        public void setAttributedName​(NSAttributedString v)
        Since:
        Available in iOS 11.0 and later.
      • getTarget

        public NSObject getTarget()
      • setTarget

        public void setTarget​(NSObject v)
      • getSelector

        public org.robovm.objc.Selector getSelector()
      • setSelector

        public void setSelector​(org.robovm.objc.Selector v)
      • init

        protected long init​(java.lang.String name,
                            NSObject target,
                            org.robovm.objc.Selector selector)
      • init

        protected long init​(NSAttributedString attributedName,
                            NSObject target,
                            org.robovm.objc.Selector selector)
        Since:
        Available in iOS 11.0 and later.