Uses of Class
org.robovm.apple.intents.INTicketedEventCategory
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INTicketedEventCategory in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INTicketedEventCategory Modifier and Type Method Description INTicketedEventCategoryINTicketedEvent. getCategory()static INTicketedEventCategoryINTicketedEventCategory. valueOf(long n)Returns the enum constant of this type with the specified name.static INTicketedEventCategoryINTicketedEventCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static INTicketedEventCategory[]INTicketedEventCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INTicketedEventCategory Modifier and Type Method Description protected longINTicketedEvent. init(INTicketedEventCategory category, String name, INDateComponentsRange eventDuration, CLPlacemark location)Constructors in org.robovm.apple.intents with parameters of type INTicketedEventCategory Constructor Description INTicketedEvent(INTicketedEventCategory category, String name, INDateComponentsRange eventDuration, CLPlacemark location)