Uses of Class
org.robovm.apple.carplay.CPAlertActionStyle
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPAlertActionStyle in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPAlertActionStyle Modifier and Type Method Description CPAlertActionStyleCPAlertAction. getStyle()static CPAlertActionStyleCPAlertActionStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static CPAlertActionStyleCPAlertActionStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CPAlertActionStyle[]CPAlertActionStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.carplay with parameters of type CPAlertActionStyle Modifier and Type Method Description protected longCPAlertAction. init(String title, CPAlertActionStyle style, VoidBlock1<CPAlertAction> handler)Constructors in org.robovm.apple.carplay with parameters of type CPAlertActionStyle Constructor Description CPAlertAction(String title, CPAlertActionStyle style, VoidBlock1<CPAlertAction> handler)