xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INSnoozeTasksIntentHandling", WrapperType = typeof(INSnoozeTasksIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleSnoozeTasks", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V123) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSnoozeTasksIntent), typeof(Action<INSnoozeTasksIntentResponse>) }, Selector = "handleSnoozeTasks:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Confirm", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V123) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSnoozeTasksIntent), typeof(Action<INSnoozeTasksIntentResponse>) }, Selector = "confirmSnoozeTasks:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTasks", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V124) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSnoozeTasksIntent), typeof(Action<INSnoozeTasksTaskResolutionResult[]>) }, Selector = "resolveTasksForSnoozeTasks:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveNextTriggerTime", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSnoozeTasksIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveNextTriggerTimeForSnoozeTasks:withCompletion:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINSnoozeTasksIntentHandling : INativeObject, IDisposable
}
.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. |