Class UIContextualAction

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

    public class UIContextualAction
    extends NSObject
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • UIContextualAction

        public UIContextualAction()
      • UIContextualAction

        protected UIContextualAction​(NSObject.Handle h,
                                     long handle)
    • Method Detail

      • getHandler

        public org.robovm.objc.block.VoidBlock3<UIContextualAction,​UIView,​org.robovm.objc.block.VoidBooleanBlock> getHandler()
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String v)
      • getBackgroundColor

        public UIColor getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(UIColor v)
      • getImage

        public UIImage getImage()
      • setImage

        public void setImage​(UIImage v)