共用方式為


IINCarCommandsDomainHandling 介面

定義

結合數個與各種汽車相關意圖相關介面的介面。

[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
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

方法

HandleActivateCarSignal(INActivateCarSignalIntent, Action<INActivateCarSignalIntentResponse>)

開發人員必須覆寫這個方法,並叫用適用于 的 INActivateCarSignalIntentintent T:System.Action'1INActivateCarSignalIntentResponse

(繼承來源 IINActivateCarSignalIntentHandling)
HandleGetCarLockStatus(INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

開發人員必須覆寫這個方法,並叫用適用于 的 INGetCarLockStatusIntentintent T:System.Action'1INGetCarLockStatusIntentResponse

(繼承來源 IINGetCarLockStatusIntentHandling)
HandleGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

開發人員必須覆寫這個方法,並叫用適用于 的 INGetCarPowerLevelStatusIntentintent T:System.Action'1INGetCarPowerLevelStatusIntentResponse

(繼承來源 IINGetCarPowerLevelStatusIntentHandling)
HandleSetCarLockStatus(INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

開發人員必須覆寫這個方法,並叫用適用于 的 INSetCarLockStatusIntentintent T:System.Action'1INSetCarLockStatusIntentResponse

(繼承來源 IINSetCarLockStatusIntentHandling)

擴充方法

ConfirmActivateCarSignal(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INActivateCarSignalIntentResponse>)

開發人員可以實作這個方法來確認是否可能啟用汽車的訊號。

ResolveCarName(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INSpeakableStringResolutionResult>)

開發人員可以實作這個方法來解析汽車的名稱。

ResolveSignals(IINActivateCarSignalIntentHandling, INActivateCarSignalIntent, Action<INCarSignalOptionsResolutionResult>)

開發人員可以實作這個方法,以依類型解析要求的訊號。

ConfirmGetCarLockStatus(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

開發人員可以實作這個方法來確認是否可以存取汽車的鎖定。

ResolveCarName(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

開發人員可以實作這個方法來解析汽車的名稱。

ConfirmGetCarPowerLevelStatus(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INGetCarPowerLevelStatusIntentResponse>)

開發人員可以實作這個方法來確認是否可以存取汽車的電源等級。

ResolveCarName(IINGetCarPowerLevelStatusIntentHandling, INGetCarPowerLevelStatusIntent, Action<INSpeakableStringResolutionResult>)

開發人員可以實作這個方法來解析汽車的名稱。

ConfirmSetCarLockStatus(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

開發人員可以實作這個方法來自訂應用程式是否可以鎖定和解除鎖定汽車的確認。

ResolveCarName(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

開發人員可以實作這個方法來自訂汽車名稱的解析。

ResolveLocked(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INBooleanResolutionResult>)

開發人員可以實作這個方法來自訂鎖定狀態的解析。

適用於