Uses of Class
org.robovm.apple.eventkit.EKEntityType
| Package | Description |
|---|---|
| org.robovm.apple.eventkit | |
| org.robovm.apple.eventkitui |
-
Uses of EKEntityType in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return EKEntityType Modifier and Type Method Description static EKEntityTypeEKEntityType. valueOf(long n)Returns the enum constant of this type with the specified name.static EKEntityTypeEKEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EKEntityType[]EKEntityType. 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 EKEntityType Modifier and Type Method Description protected static longEKCalendar. create(EKEntityType entityType, EKEventStore eventStore)static EKAuthorizationStatusEKEventStore. getAuthorizationStatusForEntityType(EKEntityType entityType)NSArray<EKCalendar>EKEventStore. getCalendars(EKEntityType entityType)NSSet<EKCalendar>EKSource. getCalendars(EKEntityType entityType)voidEKEventStore. requestAccess(EKEntityType entityType, VoidBlock2<Boolean,NSError> completion)Constructors in org.robovm.apple.eventkit with parameters of type EKEntityType Constructor Description EKCalendar(EKEntityType entityType, EKEventStore eventStore) -
Uses of EKEntityType in org.robovm.apple.eventkitui
Methods in org.robovm.apple.eventkitui with parameters of type EKEntityType Modifier and Type Method Description protected longEKCalendarChooser. init(EKCalendarChooserSelectionStyle style, EKCalendarChooserDisplayStyle displayStyle, EKEntityType entityType, EKEventStore eventStore)Constructors in org.robovm.apple.eventkitui with parameters of type EKEntityType Constructor Description EKCalendarChooser(EKCalendarChooserSelectionStyle style, EKCalendarChooserDisplayStyle displayStyle, EKEntityType entityType, EKEventStore eventStore)