Uses of Class
org.robovm.apple.eventkit.EKEventStore
| Package | Description |
|---|---|
| org.robovm.apple.eventkit | |
| org.robovm.apple.eventkitui |
-
Uses of EKEventStore in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit with parameters of type EKEventStore Modifier and Type Method Description protected static longEKCalendar. create(EKEntityType entityType, EKEventStore eventStore)protected static longEKEvent. create(EKEventStore eventStore)protected static longEKReminder. create(EKEventStore eventStore)static NSObjectProtocolEKEventStore.Notifications. observeChanged(EKEventStore object, VoidBlock1<EKEventStore> block)Method parameters in org.robovm.apple.eventkit with type arguments of type EKEventStore Modifier and Type Method Description static NSObjectProtocolEKEventStore.Notifications. observeChanged(EKEventStore object, VoidBlock1<EKEventStore> block)Constructors in org.robovm.apple.eventkit with parameters of type EKEventStore Constructor Description EKCalendar(EKEntityType entityType, EKEventStore eventStore)EKEvent(EKEventStore eventStore)EKReminder(EKEventStore eventStore) -
Uses of EKEventStore in org.robovm.apple.eventkitui
Methods in org.robovm.apple.eventkitui that return EKEventStore Modifier and Type Method Description EKEventStoreEKEventEditViewController. getEventStore()Methods in org.robovm.apple.eventkitui with parameters of type EKEventStore Modifier and Type Method Description protected longEKCalendarChooser. init(EKCalendarChooserSelectionStyle style, EKCalendarChooserDisplayStyle displayStyle, EKEntityType entityType, EKEventStore eventStore)protected longEKCalendarChooser. init(EKCalendarChooserSelectionStyle selectionStyle, EKCalendarChooserDisplayStyle displayStyle, EKEventStore eventStore)voidEKEventEditViewController. setEventStore(EKEventStore v)Constructors in org.robovm.apple.eventkitui with parameters of type EKEventStore Constructor Description EKCalendarChooser(EKCalendarChooserSelectionStyle style, EKCalendarChooserDisplayStyle displayStyle, EKEntityType entityType, EKEventStore eventStore)EKCalendarChooser(EKCalendarChooserSelectionStyle selectionStyle, EKCalendarChooserDisplayStyle displayStyle, EKEventStore eventStore)