IINSetTaskAttributeIntentHandling Interface

Definição

Interface que define o método do manipulador que, quando implementado, deve chamar completion com um INSetTaskAttributeIntentResponse apropriado para 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
Derivado
Atributos
Implementações

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos

HandleSetTaskAttribute(INSetTaskAttributeIntent, Action<INSetTaskAttributeIntentResponse>)

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INSetTaskAttributeIntentResponse apropriado para o INSetTaskAttributeIntentintent.

Métodos de Extensão

Confirm(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSetTaskAttributeIntentResponse>)

Os desenvolvedores podem implementar esse método para confirmar se os recursos locais e remotos estão prontos para atualizar os atributos.

ResolveSpatialEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSpatialEventTriggerResolutionResult>)

Os desenvolvedores podem implementar esse método para personalizar a resolução de um gatilho de evento espacial.

ResolveStatus(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskStatusResolutionResult>)

Os desenvolvedores podem implementar esse método para personalizar a resolução do status da tarefa.

ResolveTargetTask(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskResolutionResult>)

Os desenvolvedores podem implementar esse método para personalizar a resolução da tarefa a ser atualizada.

ResolveTemporalEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTemporalEventTriggerResolutionResult>)

Os desenvolvedores podem implementar esse método para personalizar a resolução do gatilho temporal.

Aplica-se a