Partager via


IINGetCarLockStatusIntentHandling Interface

Définition

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

[Foundation.Protocol(Name="INGetCarLockStatusIntentHandling", WrapperType=typeof(Intents.INGetCarLockStatusIntentHandlingWrapper))]
[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 IINGetCarLockStatusIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINGetCarLockStatusIntentHandling = 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

HandleGetCarLockStatus(INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

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

Méthodes d’extension

ConfirmGetCarLockStatus(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

Les développeurs peuvent implémenter cette méthode pour confirmer si les verrous de la voiture sont accessibles.

ResolveCarName(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

Les développeurs peuvent implémenter cette méthode pour résoudre le nom de la voiture.

S’applique à