共用方式為


IINSetCarLockStatusIntentHandling 介面

定義

定義處理常式方法的介面,在實作時,必須使用適當的 intent 呼叫 INSetCarLockStatusIntentResponseCodecompletion

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

屬性

Handle

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

(繼承來源 INativeObject)

方法

HandleSetCarLockStatus(INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

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

擴充方法

ConfirmSetCarLockStatus(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

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

ResolveCarName(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

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

ResolveLocked(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INBooleanResolutionResult>)

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

適用於