Uses of Class
org.robovm.apple.intents.INBookRestaurantReservationIntentCode
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INBookRestaurantReservationIntentCode in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INBookRestaurantReservationIntentCode Modifier and Type Method Description INBookRestaurantReservationIntentCodeINBookRestaurantReservationIntentResponse. getCode()static INBookRestaurantReservationIntentCodeINBookRestaurantReservationIntentCode. valueOf(long n)Returns the enum constant of this type with the specified name.static INBookRestaurantReservationIntentCodeINBookRestaurantReservationIntentCode. valueOf(String name)Returns the enum constant of this type with the specified name.static INBookRestaurantReservationIntentCode[]INBookRestaurantReservationIntentCode. 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 INBookRestaurantReservationIntentCode Modifier and Type Method Description protected longINBookRestaurantReservationIntentResponse. init(INBookRestaurantReservationIntentCode code, NSUserActivity userActivity)Constructors in org.robovm.apple.intents with parameters of type INBookRestaurantReservationIntentCode Constructor Description INBookRestaurantReservationIntentResponse(INBookRestaurantReservationIntentCode code, NSUserActivity userActivity)