Uses of Class
org.robovm.apple.uikit.UIAlertActionStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIAlertActionStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIAlertActionStyle Modifier and Type Method Description UIAlertActionStyleUIAlertAction. getStyle()static UIAlertActionStyleUIAlertActionStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIAlertActionStyleUIAlertActionStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIAlertActionStyle[]UIAlertActionStyle. 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 UIAlertActionStyle Modifier and Type Method Description protected static longUIAlertAction. create(String title, UIAlertActionStyle style, VoidBlock1<UIAlertAction> handler)Constructors in org.robovm.apple.uikit with parameters of type UIAlertActionStyle Constructor Description UIAlertAction(String title, UIAlertActionStyle style, VoidBlock1<UIAlertAction> handler)