Interface UIActionSheetDelegate

    • Method Detail

      • actionSheetClickedButtonAtIndex

        @Deprecated
        default void actionSheetClickedButtonAtIndex​(UIActionSheet actionSheet,
                                                     long buttonIndex)
        Deprecated.
        Called when a button is clicked. The view will be automatically dismissed after this call returns
      • actionSheetDidDismissWithButtonIndex

        @Deprecated
        default void actionSheetDidDismissWithButtonIndex​(UIActionSheet actionSheet,
                                                          long buttonIndex)
        Deprecated.
        after animation
      • actionSheetWillDismissWithButtonIndex

        @Deprecated
        default void actionSheetWillDismissWithButtonIndex​(UIActionSheet actionSheet,
                                                           long buttonIndex)
        Deprecated.
        before animation and hiding view
      • actionSheetCancel

        @Deprecated
        default void actionSheetCancel​(UIActionSheet actionSheet)
        Deprecated.
        Called when we cancel a view (eg. the user clicks the Home button). This is not called when the user clicks the cancel button. If not defined in the delegate, we simulate a click in the cancel button
      • didPresentActionSheet

        @Deprecated
        default void didPresentActionSheet​(UIActionSheet actionSheet)
        Deprecated.
        after animation
      • willPresentActionSheet

        @Deprecated
        default void willPresentActionSheet​(UIActionSheet actionSheet)
        Deprecated.
        before animation and showing view