Uses of Interface
org.robovm.apple.uikit.UIActionSheetDelegate
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIActionSheetDelegate in org.robovm.apple.uikit
Classes in org.robovm.apple.uikit that implement UIActionSheetDelegate Modifier and Type Class Description classUIActionSheetDelegateAdapterclassUIDocumentInteractionControllerMethods in org.robovm.apple.uikit that return UIActionSheetDelegate Modifier and Type Method Description UIActionSheetDelegateUIActionSheet. getDelegate()Deprecated.Methods in org.robovm.apple.uikit with parameters of type UIActionSheetDelegate Modifier and Type Method Description protected longUIActionSheet. init(String title, UIActionSheetDelegate delegate, String cancelButtonTitle, String destructiveButtonTitle, long otherButtonTitles)Deprecated.voidUIActionSheet. setDelegate(UIActionSheetDelegate v)Deprecated.Constructors in org.robovm.apple.uikit with parameters of type UIActionSheetDelegate Constructor Description UIActionSheet(String title, UIActionSheetDelegate delegate, String cancelButtonTitle, String destructiveButtonTitle, String... otherButtonTitles)Deprecated.