Uses of Class
org.robovm.apple.uikit.UIAlertViewStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIAlertViewStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIAlertViewStyle Modifier and Type Method Description UIAlertViewStyleUIAlertView. getAlertViewStyle()Deprecated.static UIAlertViewStyleUIAlertViewStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIAlertViewStyleUIAlertViewStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIAlertViewStyle[]UIAlertViewStyle. 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 UIAlertViewStyle Modifier and Type Method Description voidUIAlertView. setAlertViewStyle(UIAlertViewStyle v)Deprecated.