Package org.robovm.apple.intents
Interface INGetRestaurantGuestIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INGetRestaurantGuestIntentHandlingAdapter
public interface INGetRestaurantGuestIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmGetRestaurantGuest(INGetRestaurantGuestIntent guestIntent, VoidBlock1<INGetRestaurantGuestIntentResponse> completion)voidhandleGetRestaurantGuest(INGetRestaurantGuestIntent intent, VoidBlock1<INGetRestaurantGuestIntentResponse> completion)
-
Method Details
-
handleGetRestaurantGuest
void handleGetRestaurantGuest(INGetRestaurantGuestIntent intent, VoidBlock1<INGetRestaurantGuestIntentResponse> completion) -
confirmGetRestaurantGuest
void confirmGetRestaurantGuest(INGetRestaurantGuestIntent guestIntent, VoidBlock1<INGetRestaurantGuestIntentResponse> completion)
-