Uses of Class
org.robovm.apple.intents.INRestaurantReservationUserBooking
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INRestaurantReservationUserBooking in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INRestaurantReservationUserBooking Modifier and Type Method Description INRestaurantReservationUserBookingINBookRestaurantReservationIntentResponse. getUserBooking()Methods in org.robovm.apple.intents that return types with arguments of type INRestaurantReservationUserBooking Modifier and Type Method Description NSArray<INRestaurantReservationUserBooking>INGetUserCurrentRestaurantReservationBookingsIntentResponse. getUserCurrentBookings()Methods in org.robovm.apple.intents with parameters of type INRestaurantReservationUserBooking Modifier and Type Method Description voidINBookRestaurantReservationIntentResponse. setUserBooking(INRestaurantReservationUserBooking v)Method parameters in org.robovm.apple.intents with type arguments of type INRestaurantReservationUserBooking Modifier and Type Method Description protected longINGetUserCurrentRestaurantReservationBookingsIntentResponse. init(NSArray<INRestaurantReservationUserBooking> userCurrentBookings, INGetUserCurrentRestaurantReservationBookingsIntentResponseCode code, NSUserActivity userActivity)voidINGetUserCurrentRestaurantReservationBookingsIntentResponse. setUserCurrentBookings(NSArray<INRestaurantReservationUserBooking> v)Constructor parameters in org.robovm.apple.intents with type arguments of type INRestaurantReservationUserBooking Constructor Description INGetUserCurrentRestaurantReservationBookingsIntentResponse(NSArray<INRestaurantReservationUserBooking> userCurrentBookings, INGetUserCurrentRestaurantReservationBookingsIntentResponseCode code, NSUserActivity userActivity)