Uses of Class
org.robovm.apple.uikit.UIContextualAction
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIContextualAction in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return types with arguments of type UIContextualAction Modifier and Type Method Description NSArray<UIContextualAction>UISwipeActionsConfiguration. getActions()VoidBlock3<UIContextualAction,UIView,VoidBooleanBlock>UIContextualAction. getHandler()Method parameters in org.robovm.apple.uikit with type arguments of type UIContextualAction Modifier and Type Method Description protected static longUIContextualAction. create(UIContextualActionStyle style, String title, VoidBlock3<UIContextualAction,UIView,VoidBooleanBlock> handler)protected static longUISwipeActionsConfiguration. create(NSArray<UIContextualAction> actions)Constructor parameters in org.robovm.apple.uikit with type arguments of type UIContextualAction Constructor Description UIContextualAction(UIContextualActionStyle style, String title, VoidBlock3<UIContextualAction,UIView,VoidBooleanBlock> handler)UISwipeActionsConfiguration(NSArray<UIContextualAction> actions)