Partager via


IINSetCarLockStatusIntentHandling Interface

Définition

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

[Foundation.Protocol(Name="INSetCarLockStatusIntentHandling", WrapperType=typeof(Intents.INSetCarLockStatusIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSetCarLockStatusIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetCarLockStatusIntentHandling = 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

HandleSetCarLockStatus(INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

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

Méthodes d’extension

ConfirmSetCarLockStatus(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

Les développeurs peuvent implémenter cette méthode pour personnaliser la confirmation que l’application peut verrouiller et déverrouiller la voiture.

ResolveCarName(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution du nom de la voiture.

ResolveLocked(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INBooleanResolutionResult>)

Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution de l’état du verrou.

S’applique à