共用方式為


IINSetTaskAttributeIntentHandling 介面

定義

定義處理常式方法的介面,實作時,必須使用 適當的 來 arg 呼叫 INSetTaskAttributeIntentResponsecompletion

[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

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

方法

HandleSetTaskAttribute(INSetTaskAttributeIntent, Action<INSetTaskAttributeIntentResponse>)

開發人員必須覆寫這個方法,並使用 適當的 INSetTaskAttributeIntent 來叫用 INSetTaskAttributeIntentResponse T:System.Action'1intent

擴充方法

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

開發人員可以實作這個方法來解決時態觸發程式的解析。

適用於