IINBookRestaurantReservationIntentHandling Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Antarmuka yang mendefinisikan metode handler yang, ketika diimplementasikan, harus memanggil completion
dengan yang INBookRestaurantReservationIntentResponse sesuai dengan arg
.
[Foundation.Protocol(Name="INBookRestaurantReservationIntentHandling", WrapperType=typeof(Intents.INBookRestaurantReservationIntentHandlingWrapper))]
[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 IINBookRestaurantReservationIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINBookRestaurantReservationIntentHandling = interface
interface INativeObject
interface IDisposable
- Atribut
- Penerapan
Properti
Handle |
Tangani (penunjuk) ke representasi objek yang tidak dikelola. (Diperoleh dari INativeObject) |
Metode
HandleBookRestaurantReservation(INBookRestaurantReservationIntent, Action<INBookRestaurantReservationIntentResponse>) |
Pengembang harus mengambil alih metode ini dan memanggil T:System.Action'1 dengan yang INBookRestaurantReservationIntentResponse sesuai dengan INBookRestaurantReservationIntent |