Uses of Class
org.robovm.apple.eventkit.EKEvent
| Package | Description |
|---|---|
| org.robovm.apple.eventkit | |
| org.robovm.apple.eventkitui |
-
Uses of EKEvent in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return EKEvent Modifier and Type Method Description EKEventEKEventStore. getEvent(String identifier)Methods in org.robovm.apple.eventkit that return types with arguments of type EKEvent Modifier and Type Method Description NSArray<EKEvent>EKEventStore. getEvents(NSPredicate predicate)Methods in org.robovm.apple.eventkit with parameters of type EKEvent Modifier and Type Method Description NSComparisonResultEKEvent. compareStartDate(EKEvent other)booleanEKEventStore. removeEvent(EKEvent event, EKSpan span)booleanEKEventStore. removeEvent(EKEvent event, EKSpan span, boolean commit)booleanEKEventStore. saveEvent(EKEvent event, EKSpan span)booleanEKEventStore. saveEvent(EKEvent event, EKSpan span, boolean commit)Method parameters in org.robovm.apple.eventkit with type arguments of type EKEvent Modifier and Type Method Description voidEKEventStore. enumerateEvents(NSPredicate predicate, VoidBlock2<EKEvent,BooleanPtr> block) -
Uses of EKEvent in org.robovm.apple.eventkitui