Bagikan melalui


IINSetProfileInCarIntentHandling Antarmuka

Definisi

Antarmuka yang mendefinisikan metode handler yang, ketika diimplementasikan, harus memanggil completion dengan yang INSetProfileInCarIntentResponse sesuai dengan arg.

[Foundation.Protocol(Name="INSetProfileInCarIntentHandling", WrapperType=typeof(Intents.INSetProfileInCarIntentHandlingWrapper))]
[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 IINSetProfileInCarIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetProfileInCarIntentHandling = interface
    interface INativeObject
    interface IDisposable
Turunan
Atribut
Penerapan

Properti

Handle

Tangani (penunjuk) ke representasi objek yang tidak dikelola.

(Diperoleh dari INativeObject)

Metode

HandleSetProfileInCar(INSetProfileInCarIntent, Action<INSetProfileInCarIntentResponse>)

Pengembang harus mengambil alih metode ini dan memanggil T:System.Action'1 dengan yang INSetProfileInCarIntentResponse sesuai dengan INSetProfileInCarIntentintent.

Metode Ekstensi

ConfirmSetProfileInCar(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INSetProfileInCarIntentResponse>)

Pengembang dapat mengambil alih metode ini untuk menyesuaikan konfirmasi pengaturan profil.

ResolveCarName(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INSpeakableStringResolutionResult>)

Antarmuka yang mendefinisikan metode handler yang, ketika diimplementasikan, harus memanggil completion dengan yang INSetProfileInCarIntentResponse sesuai dengan arg.

ResolveDefaultProfile(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INBooleanResolutionResult>)

Pengembang tidak boleh menggunakan metode yang tidak digunakan lagi ini. Properti tidak perlu diselesaikan.

ResolveProfileName(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INStringResolutionResult>)

Pengembang dapat mengambil alih metode ini untuk menyesuaikan resolusi nama profil.

ResolveProfileNumber(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INIntegerResolutionResult>)

Pengembang dapat mengambil alih metode ini untuk menyesuaikan resolusi nomor profil.

Berlaku untuk