Uses of Class
org.robovm.apple.intents.INRestaurantGuestResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INRestaurantGuestResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INRestaurantGuestResolutionResult Modifier and Type Method Description static INRestaurantGuestResolutionResultINRestaurantGuestResolutionResult. confirmationRequired(INRestaurantGuest restaurantGuestToConfirm)static INRestaurantGuestResolutionResultINRestaurantGuestResolutionResult. disambiguation(NSArray<INRestaurantGuest> restaurantGuestsToDisambiguate)static INRestaurantGuestResolutionResultINRestaurantGuestResolutionResult. needsValue()static INRestaurantGuestResolutionResultINRestaurantGuestResolutionResult. notRequired()static INRestaurantGuestResolutionResultINRestaurantGuestResolutionResult. success(INRestaurantGuest resolvedRestaurantGuest)static INRestaurantGuestResolutionResultINRestaurantGuestResolutionResult. unsupported()Method parameters in org.robovm.apple.intents with type arguments of type INRestaurantGuestResolutionResult Modifier and Type Method Description voidINBookRestaurantReservationIntentHandling. resolveGuestForBookRestaurantReservation(INBookRestaurantReservationIntent intent, VoidBlock1<INRestaurantGuestResolutionResult> completion)voidINBookRestaurantReservationIntentHandlingAdapter. resolveGuestForBookRestaurantReservation(INBookRestaurantReservationIntent intent, VoidBlock1<INRestaurantGuestResolutionResult> completion)