次の方法で共有


IINSetTaskAttributeIntentHandling インターフェイス

定義

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

[Foundation.Protocol(Name="INSetTaskAttributeIntentHandling", WrapperType=typeof(Intents.INSetTaskAttributeIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSetTaskAttributeIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetTaskAttributeIntentHandling = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

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

(継承元 INativeObject)

メソッド

HandleSetTaskAttribute(INSetTaskAttributeIntent, Action<INSetTaskAttributeIntentResponse>)

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

拡張メソッド

Confirm(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSetTaskAttributeIntentResponse>)

開発者は、このメソッドを実装して、ローカル リソースとリモート リソースが属性を更新する準備ができているかどうかを確認できます。

ResolveSpatialEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSpatialEventTriggerResolutionResult>)

開発者は、空間イベント トリガーの解決をカスタマイズするために、このメソッドを実装できます。

ResolveStatus(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskStatusResolutionResult>)

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

ResolveTargetTask(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskResolutionResult>)

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

ResolveTemporalEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTemporalEventTriggerResolutionResult>)

開発者は、テンポラル トリガーの解決をカスタマイズするために、このメソッドを実装できます。

適用対象