A restaurant for which your app can make and manage reservations.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
Framework
- Intents
Declaration
class INRestaurant : NSObject
Overview
An INRestaurant
object contains identifying information for a restaurant. You must work with Apple to integrate your restaurant-specific information into the back-end database. Later, when the user selects a restaurant and tries to book a reservation, Apple packages the information you provided into a restaurant object and delivers it to your Intents extension. You use that information to look up the restaurant on your own server and retrieve any necessary information about it.