IINGetAvailableRestaurantReservationBookingsIntentHandling Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Interfaccia che definisce il metodo del gestore che, se implementato, deve chiamare completion
con un INGetAvailableRestaurantReservationBookingsIntentResponse oggetto appropriato a arg
.
[Foundation.Protocol(Name="INGetAvailableRestaurantReservationBookingsIntentHandling", WrapperType=typeof(Intents.INGetAvailableRestaurantReservationBookingsIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINGetAvailableRestaurantReservationBookingsIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetAvailableRestaurantReservationBookingsIntentHandling = interface
interface INativeObject
interface IDisposable
- Attributi
- Implementazioni
Proprietà
Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da INativeObject) |
Metodi
HandleAvailableRestaurantReservationBookings(INGetAvailableRestaurantReservationBookingsIntent, Action<INGetAvailableRestaurantReservationBookingsIntentResponse>) |
Gli sviluppatori devono eseguire l'override di questo metodo e richiamare :System.Action'1 con un INGetAvailableRestaurantReservationBookingsIntentResponse oggetto appropriato per .INGetAvailableRestaurantReservationBookingsIntent |