public interface UIActionSheetDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
actionSheetCancel(UIActionSheet actionSheet)
Deprecated.
|
default void |
actionSheetClickedButtonAtIndex(UIActionSheet actionSheet,
long buttonIndex)
Deprecated.
|
default void |
actionSheetDidDismissWithButtonIndex(UIActionSheet actionSheet,
long buttonIndex)
Deprecated.
|
default void |
actionSheetWillDismissWithButtonIndex(UIActionSheet actionSheet,
long buttonIndex)
Deprecated.
|
default void |
didPresentActionSheet(UIActionSheet actionSheet)
Deprecated.
|
default void |
willPresentActionSheet(UIActionSheet actionSheet)
Deprecated.
|
@Deprecated default void actionSheetClickedButtonAtIndex(UIActionSheet actionSheet, long buttonIndex)
@Deprecated default void actionSheetDidDismissWithButtonIndex(UIActionSheet actionSheet, long buttonIndex)
@Deprecated default void actionSheetWillDismissWithButtonIndex(UIActionSheet actionSheet, long buttonIndex)
@Deprecated default void actionSheetCancel(UIActionSheet actionSheet)
@Deprecated default void didPresentActionSheet(UIActionSheet actionSheet)
@Deprecated default void willPresentActionSheet(UIActionSheet actionSheet)