IINSetTaskAttributeIntentHandling Interfaccia

Definizione

L'interfaccia che definisce il metodo del gestore che, quando implementato, deve chiamare completion con un INSetTaskAttributeIntentResponse oggetto appropriato a 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
Derivato
Attributi
Implementazioni

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi

HandleSetTaskAttribute(INSetTaskAttributeIntent, Action<INSetTaskAttributeIntentResponse>)

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare il T con un INSetTaskAttributeIntentResponse oggetto appropriato per .INSetTaskAttributeIntentintent

Metodi di estensione

Confirm(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSetTaskAttributeIntentResponse>)

Gli sviluppatori possono implementare questo metodo per verificare se le risorse locali e remote sono pronte per aggiornare gli attributi.

ResolveSpatialEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INSpatialEventTriggerResolutionResult>)

Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione di un trigger di eventi spaziali.

ResolveStatus(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskStatusResolutionResult>)

Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione dello stato dell'attività.

ResolveTargetTask(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTaskResolutionResult>)

Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione dell'attività da aggiornare.

ResolveTemporalEventTrigger(IINSetTaskAttributeIntentHandling, INSetTaskAttributeIntent, Action<INTemporalEventTriggerResolutionResult>)

Gli sviluppatori possono implementare questo metodo per personalizzare la risoluzione del trigger temporale.

Si applica a