Uses of Class
org.robovm.apple.eventkit.EKSpan
| Package | Description |
|---|---|
| org.robovm.apple.eventkit |
-
Uses of EKSpan in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return EKSpan Modifier and Type Method Description static EKSpanEKSpan. valueOf(long n)Returns the enum constant of this type with the specified name.static EKSpanEKSpan. valueOf(String name)Returns the enum constant of this type with the specified name.static EKSpan[]EKSpan. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.eventkit with parameters of type EKSpan Modifier and Type Method Description 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)