Partager via


IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling Interface

Définition

Interface définissant la méthode de gestionnaire qui, lorsqu’elle est implémentée, doit appeler completion avec un INGetAvailableRestaurantReservationBookingDefaultsIntentResponse approprié à .intent

[Foundation.Protocol(Name="INGetAvailableRestaurantReservationBookingDefaultsIntentHandling", WrapperType=typeof(Intents.INGetAvailableRestaurantReservationBookingDefaultsIntentHandlingWrapper))]
[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 IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling = interface
    interface INativeObject
    interface IDisposable
Attributs
Implémente

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes

HandleAvailableRestaurantReservationBookingDefaults(INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>)

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 par un INGetAvailableRestaurantReservationBookingDefaultsIntentResponse approprié à .INGetAvailableRestaurantReservationBookingDefaultsIntentintent

Méthodes d’extension

ConfirmAvailableRestaurantReservationBookingDefaults(IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling, INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la confirmation des réservations par défaut.

ResolveAvailableRestaurantReservationBookingDefaults(IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling, INGetAvailableRestaurantReservationBookingDefaultsIntent, Action<INRestaurantResolutionResult>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la résolution d’une réservation par défaut.

S’applique à