IINGetCarLockStatusIntentHandling Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
L'interfaccia che definisce il metodo del gestore che, quando implementato, deve chiamare completion
con un INGetCarLockStatusIntentResponse oggetto intent
appropriato a .
[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
- Derivato
- Attributi
- Implementazioni
Proprietà
Handle |
Gestire (puntatore) alla rappresentazione dell'oggetto non gestita. (Ereditato da INativeObject) |
Metodi
HandleGetCarLockStatus(INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>) |
Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INGetCarLockStatusIntentResponse oggetto appropriato per .INGetCarLockStatusIntent |
Metodi di estensione
ConfirmGetCarLockStatus(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>) |
Gli sviluppatori possono implementare questo metodo per confermare se è possibile accedere ai blocchi dell'auto. |
ResolveCarName(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>) |
Gli sviluppatori possono implementare questo metodo per risolvere il nome dell'auto. |