Uses of Class
org.robovm.apple.uikit.UIAlertAction
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIAlertAction in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIAlertAction Modifier and Type Method Description UIAlertActionUIAlertController. getPreferredAction()Methods in org.robovm.apple.uikit that return types with arguments of type UIAlertAction Modifier and Type Method Description NSArray<UIAlertAction>UIAlertController. getActions()Methods in org.robovm.apple.uikit with parameters of type UIAlertAction Modifier and Type Method Description voidUIAlertController. addAction(UIAlertAction action)voidUIAlertController. setPreferredAction(UIAlertAction v)Method parameters in org.robovm.apple.uikit with type arguments of type UIAlertAction Modifier and Type Method Description protected static longUIAlertAction. create(String title, UIAlertActionStyle style, VoidBlock1<UIAlertAction> handler)Constructor parameters in org.robovm.apple.uikit with type arguments of type UIAlertAction Constructor Description UIAlertAction(String title, UIAlertActionStyle style, VoidBlock1<UIAlertAction> handler)