Uses of Class
org.robovm.apple.uikit.UIContextualActionStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIContextualActionStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIContextualActionStyle Modifier and Type Method Description UIContextualActionStyleUIContextualAction. getStyle()static UIContextualActionStyleUIContextualActionStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIContextualActionStyleUIContextualActionStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIContextualActionStyle[]UIContextualActionStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIContextualActionStyle Modifier and Type Method Description protected static longUIContextualAction. create(UIContextualActionStyle style, String title, VoidBlock3<UIContextualAction,UIView,VoidBooleanBlock> handler)Constructors in org.robovm.apple.uikit with parameters of type UIContextualActionStyle Constructor Description UIContextualAction(UIContextualActionStyle style, String title, VoidBlock3<UIContextualAction,UIView,VoidBooleanBlock> handler)