Package apple.eventkitui.enums
Class EKEventEditViewAction
- java.lang.Object
-
- apple.eventkitui.enums.EKEventEditViewAction
-
public final class EKEventEditViewAction extends java.lang.Object[@enum] EKEventEditViewAction Represents actions that should cause the edit view controller to be dismissed [@constant] EKEventEditViewActionCanceled The Cancel button was pressed, or the Done button was pressed, but the event was not dirty. [@constant] EKEventEditViewActionSaved The event was saved. [@constant] EKEventEditViewActionDeleted The event was deleted, either by the user or by another calendar store.
-
-
Field Detail
-
Canceled
public static final long Canceled
- See Also:
- Constant Field Values
-
Saved
public static final long Saved
- See Also:
- Constant Field Values
-
Deleted
public static final long Deleted
- See Also:
- Constant Field Values
-
Cancelled
public static final long Cancelled
going away, use spelling above- See Also:
- Constant Field Values
-
-