Contents

INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.success

You successfully handled the intent.

Declaration

case success

Discussion

Use this code if your app was successful in fetching the user’s reservations, even if the fetch returned no results. Include all of the reservations that match the search criteria in the userCurrentBookings property of your response object.

See Also

Constants