Partager via


IINSetProfileInCarIntentHandling Interface

Définition

Interface définissant la méthode de gestionnaire qui, en cas d’implémentation, doit appeler completion avec un INSetProfileInCarIntentResponse approprié à 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
Dérivé
Attributs
Implémente

Propriétés

Handle

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

(Hérité de INativeObject)

Méthodes

HandleSetProfileInCar(INSetProfileInCarIntent, Action<INSetProfileInCarIntentResponse>)

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

Méthodes d’extension

ConfirmSetProfileInCar(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INSetProfileInCarIntentResponse>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la confirmation de la définition d’un profil.

ResolveCarName(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INSpeakableStringResolutionResult>)

Interface définissant la méthode de gestionnaire qui, en cas d’implémentation, doit appeler completion avec un INSetProfileInCarIntentResponse approprié à arg.

ResolveDefaultProfile(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INBooleanResolutionResult>)

Les développeurs ne doivent pas utiliser cette méthode déconseillée. La propriété n’a pas besoin d’être résolue.

ResolveProfileName(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INStringResolutionResult>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la résolution d’un nom de profil.

ResolveProfileNumber(IINSetProfileInCarIntentHandling, INSetProfileInCarIntent, Action<INIntegerResolutionResult>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la résolution d’un numéro de profil.

S’applique à