IINSetCarLockStatusIntentHandling インターフェイス

定義

実装時に、 に適切な を使用して を呼び出す completion 必要があるハンドラー メソッドを INSetCarLockStatusIntentResponseCode 定義する intentインターフェイス。

[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>)

開発者は、このメソッドをオーバーライドし、適切な を使用して T:System.Action'1INSetCarLockStatusIntentResponseINSetCarLockStatusIntentintent呼び出す必要があります。

拡張メソッド

ConfirmSetCarLockStatus(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>)

開発者は、このメソッドを実装して、アプリが車のロックとロック解除を行うことができるかどうかの確認をカスタマイズできます。

ResolveCarName(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

開発者はこのメソッドを実装して、車名の解像度をカスタマイズできます。

ResolveLocked(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INBooleanResolutionResult>)

開発者は、ロック状態の解決をカスタマイズするために、このメソッドを実装できます。

適用対象