IINGetCarLockStatusIntentHandling インターフェイス

定義

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

[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
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

HandleGetCarLockStatus(INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

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

拡張メソッド

ConfirmGetCarLockStatus(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INGetCarLockStatusIntentResponse>)

開発者は、このメソッドを実装して、車のロックにアクセスできるかどうかを確認できます。

ResolveCarName(IINGetCarLockStatusIntentHandling, INGetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>)

開発者は、このメソッドを実装して車の名前を解決できます。

適用対象