Package org.robovm.apple.uikit
Interface UIActionSheetDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIActionSheetDelegateAdapter,UIDocumentInteractionController
public interface UIActionSheetDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidcancel(UIActionSheet actionSheet)Deprecated.Deprecated in iOS 8.3.voidclicked(UIActionSheet actionSheet, long buttonIndex)Deprecated.Deprecated in iOS 8.3.voiddidDismiss(UIActionSheet actionSheet, long buttonIndex)Deprecated.Deprecated in iOS 8.3.voiddidPresent(UIActionSheet actionSheet)Deprecated.Deprecated in iOS 8.3.voidwillDismiss(UIActionSheet actionSheet, long buttonIndex)Deprecated.Deprecated in iOS 8.3.voidwillPresent(UIActionSheet actionSheet)Deprecated.Deprecated in iOS 8.3.
-
Method Details
-
clicked
Deprecated.Deprecated in iOS 8.3. Use UIAlertController instead. -
cancel
Deprecated.Deprecated in iOS 8.3. Use UIAlertController instead. -
willPresent
Deprecated.Deprecated in iOS 8.3. Use UIAlertController instead. -
didPresent
Deprecated.Deprecated in iOS 8.3. Use UIAlertController instead. -
willDismiss
Deprecated.Deprecated in iOS 8.3. Use UIAlertController instead. -
didDismiss
Deprecated.Deprecated in iOS 8.3. Use UIAlertController instead.
-