Uses of Interface
org.robovm.apple.uikit.UIAlertViewDelegate
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIAlertViewDelegate in org.robovm.apple.uikit
Classes in org.robovm.apple.uikit that implement UIAlertViewDelegate Modifier and Type Class Description classUIAlertViewDelegateAdapterMethods in org.robovm.apple.uikit that return UIAlertViewDelegate Modifier and Type Method Description UIAlertViewDelegateUIAlertView. getDelegate()Deprecated.Methods in org.robovm.apple.uikit with parameters of type UIAlertViewDelegate Modifier and Type Method Description protected longUIAlertView. init(String title, String message, UIAlertViewDelegate delegate, String cancelButtonTitle, long otherButtonTitles)Deprecated.voidUIAlertView. setDelegate(UIAlertViewDelegate v)Deprecated.Constructors in org.robovm.apple.uikit with parameters of type UIAlertViewDelegate Constructor Description UIAlertView(String title, String message, UIAlertViewDelegate delegate, String cancelButtonTitle, String... otherButtonTitles)Deprecated.