Package apple.eventkitui.protocol
Interface EKEventViewDelegate
-
public interface EKEventViewDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventViewControllerDidCompleteWithAction(EKEventViewController controller, long action)eventViewController:didCompleteWithAction: Called to let delegate know that an action has occurred that should cause the controller to be dismissed.
-
-
-
Method Detail
-
eventViewControllerDidCompleteWithAction
void eventViewControllerDidCompleteWithAction(EKEventViewController controller, long action)
eventViewController:didCompleteWithAction: Called to let delegate know that an action has occurred that should cause the controller to be dismissed. If the user taps a button which deletes the event, or responds to an invite, this method is called on the delegate so that the delegate can decide to dismiss the view controller. When presented in a popover, it also reports when the Done button is pressed.- Parameters:
controller- the controller in questionaction- the action that is triggering the dismissal
-
-