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