Package apple.eventkitui.protocol
Interface EKCalendarChooserDelegate
-
public interface EKCalendarChooserDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcalendarChooserDidCancel(EKCalendarChooser calendarChooser)default voidcalendarChooserDidFinish(EKCalendarChooser calendarChooser)These are called when the corresponding button is pressed to dismiss the controller.default voidcalendarChooserSelectionDidChange(EKCalendarChooser calendarChooser)Called whenever the selection is changed by the user
-
-
-
Method Detail
-
calendarChooserDidCancel
default void calendarChooserDidCancel(EKCalendarChooser calendarChooser)
-
calendarChooserDidFinish
default void calendarChooserDidFinish(EKCalendarChooser calendarChooser)
These are called when the corresponding button is pressed to dismiss the controller. It is up to the recipient to dismiss the chooser.
-
calendarChooserSelectionDidChange
default void calendarChooserSelectionDidChange(EKCalendarChooser calendarChooser)
Called whenever the selection is changed by the user
-
-