Uses of Class
org.robovm.apple.uikit.UIAlertControllerStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIAlertControllerStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIAlertControllerStyle Modifier and Type Method Description UIAlertControllerStyleUIAlertController. getPreferredStyle()static UIAlertControllerStyleUIAlertControllerStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIAlertControllerStyleUIAlertControllerStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIAlertControllerStyle[]UIAlertControllerStyle. 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 UIAlertControllerStyle Modifier and Type Method Description protected static longUIAlertController. create(String title, String message, UIAlertControllerStyle preferredStyle)Constructors in org.robovm.apple.uikit with parameters of type UIAlertControllerStyle Constructor Description UIAlertController(String title, String message, UIAlertControllerStyle preferredStyle)