IINCarCommandsDomainHandling Interfaccia

Definizione

Interfaccia che combina diverse interfacce correlate a varie finalità correlate all'auto.

[Foundation.Protocol(Name="INCarCommandsDomainHandling", WrapperType=typeof(Intents.INCarCommandsDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, 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 IINCarCommandsDomainHandling : IDisposable, Intents.IINActivateCarSignalIntentHandling, Intents.IINGetCarLockStatusIntentHandling, Intents.IINGetCarPowerLevelStatusIntentHandling, Intents.IINSetCarLockStatusIntentHandling
type IINCarCommandsDomainHandling = interface
    interface INativeObject
    interface IDisposable
    interface IINActivateCarSignalIntentHandling
    interface IINGetCarLockStatusIntentHandling
    interface IINGetCarPowerLevelStatusIntentHandling
    interface IINSetCarLockStatusIntentHandling
Attributi
Implementazioni

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi

HandleActivateCarSignal(INActivateCarSignalIntent, Action<INActivateCarSignalIntentResponse>)

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INActivateCarSignalIntentResponse oggetto appropriato per .INActivateCarSignalIntentintent

(Ereditato da IINActivateCarSignalIntentHandling)
HandleGetCarLockStatus(INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INGetCarLockStatusIntentResponse oggetto appropriato per .INGetCarLockStatusIntentintent

(Ereditato da IINGetCarLockStatusIntentHandling)
HandleGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INGetCarPowerLevelStatusIntentResponse oggetto appropriato per .INGetCarPowerLevelStatusIntentintent

(Ereditato da IINGetCarPowerLevelStatusIntentHandling)
HandleSetCarLockStatus(INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INSetCarLockStatusIntentResponse oggetto appropriato per .INSetCarLockStatusIntentintent

(Ereditato da IINSetCarLockStatusIntentHandling)

Metodi di estensione

ConfirmActivateCarSignal(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INActivateCarSignalIntentResponse>)

Gli sviluppatori possono implementare questo metodo per verificare se è possibile attivare i segnali dell'auto.

ResolveCarName(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INSpeakableStringResolutionResult>)

Gli sviluppatori possono implementare questo metodo per risolvere il nome dell'auto.

ResolveSignals(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INCarSignalOptionsResolutionResult>)

Gli sviluppatori possono implementare questo metodo per risolvere i segnali richiesti per tipo.

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.

ConfirmGetCarPowerLevelStatus(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

Gli sviluppatori possono implementare questo metodo per verificare se è possibile accedere ai livelli di potenza dell'auto.

ResolveCarName(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INSpeakableStringResolutionResult>)

Gli sviluppatori possono implementare questo metodo per risolvere il nome dell'auto.

ConfirmSetCarLockStatus(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

Gli sviluppatori possono implementare questo metodo per personalizzare la conferma se l'app può bloccare e sbloccare l'auto.

ResolveCarName(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione del nome dell'auto.

ResolveLocked(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INBooleanResolutionResult>)

Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione dello stato del blocco.

Si applica a