IINAddTasksIntentHandling
HandleAddTasks(INAddTasksIntent, Action<INAddTasksIntentResponse>)
Confirm(IINAddTasksIntentHandling, INAddTasksIntent, Action<INAddTasksIntentResponse>)
ResolvePriority(IINAddTasksIntentHandling, INAddTasksIntent, Action<INTaskPriorityResolutionResult>)
ResolveSpatialEventTrigger(IINAddTasksIntentHandling, INAddTasksIntent, Action<INSpatialEventTriggerResolutionResult>)
ResolveTargetTaskList(IINAddTasksIntentHandling, INAddTasksIntent, Action<INAddTasksTargetTaskListResolutionResult>)
ResolveTargetTaskList(IINAddTasksIntentHandling, INAddTasksIntent, Action<INTaskListResolutionResult>)
ResolveTaskTitles(IINAddTasksIntentHandling, INAddTasksIntent, Action<INSpeakableStringResolutionResult[]>)
ResolveTemporalEventTrigger(IINAddTasksIntentHandling, INAddTasksIntent, Action<INAddTasksTemporalEventTriggerResolutionResult>)
ResolveTemporalEventTrigger(IINAddTasksIntentHandling, INAddTasksIntent, Action<INTemporalEventTriggerResolutionResult>)
xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INAddTasksIntentHandling", WrapperType = typeof(INAddTasksIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleAddTasks", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V43) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INAddTasksIntentResponse>) }, Selector = "handleAddTasks:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Confirm", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V43) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INAddTasksIntentResponse>) }, Selector = "confirmAddTasks:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTargetTaskList", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V44) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INTaskListResolutionResult>) }, Selector = "resolveTargetTaskListForAddTasks:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTargetTaskList", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V45) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INAddTasksTargetTaskListResolutionResult>) }, Selector = "resolveTargetTaskListForAddTasks:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTaskTitles", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V46) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INSpeakableStringResolutionResult[]>) }, Selector = "resolveTaskTitlesForAddTasks:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveSpatialEventTrigger", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V47) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INSpatialEventTriggerResolutionResult>) }, Selector = "resolveSpatialEventTriggerForAddTasks:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V48) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INTemporalEventTriggerResolutionResult>) }, Selector = "resolveTemporalEventTriggerForAddTasks:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V49) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INAddTasksTemporalEventTriggerResolutionResult>) }, Selector = "resolveTemporalEventTriggerForAddTasks:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePriority", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V50) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddTasksIntent), typeof(Action<INTaskPriorityResolutionResult>) }, Selector = "resolvePriorityForAddTasks:withCompletion:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINAddTasksIntentHandling : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("handleAddTasks:completion:")]
[Preserve(Conditional = true)]
void HandleAddTasks(INAddTasksIntent! intent, [BlockProxy(typeof(NIDActionArity1V43))] Action<INAddTasksIntentResponse!>! completion);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API