| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Method and Description |
|---|---|
default void |
UIActionSheetDelegate.cancel(UIActionSheet actionSheet)
It is used to handle the cancellation of the specified action sheet.
|
default void |
UIActionSheetDelegate.clickedButtonAtIndex(UIActionSheet actionSheet,
int buttonIndex)
Deprecated.
|
default void |
UIActionSheetDelegate.didDismissWithButtonIndex(UIActionSheet actionSheet,
int buttonIndex)
Deprecated.
|
default void |
UIActionSheetDelegate.didPresentActionSheet(UIActionSheet actionSheet)
Deprecated.
|
default void |
UIActionSheetDelegate.willDismissWithButtonIndex(UIActionSheet actionSheet,
int buttonIndex)
Deprecated.
|
default void |
UIActionSheetDelegate.willPresentActionSheet(UIActionSheet actionSheet)
Deprecated.
|
Copyright © 2020. All rights reserved.