xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INAppendToNoteIntentHandling", WrapperType = typeof(INAppendToNoteIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleAppendToNote", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V51) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAppendToNoteIntent), typeof(Action<INAppendToNoteIntentResponse>) }, Selector = "handleAppendToNote:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Confirm", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V51) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAppendToNoteIntent), typeof(Action<INAppendToNoteIntentResponse>) }, Selector = "confirmAppendToNote:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTargetNoteForAppend", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V52) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAppendToNoteIntent), typeof(Action<INNoteResolutionResult>) }, Selector = "resolveTargetNoteForAppendToNote:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveContentForAppend", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V53) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAppendToNoteIntent), typeof(Action<INNoteContentResolutionResult>) }, Selector = "resolveContentForAppendToNote:withCompletion:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINAppendToNoteIntentHandling : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("handleAppendToNote:completion:")]
[Preserve(Conditional = true)]
void HandleAppendToNote(INAppendToNoteIntent! intent, [BlockProxy(typeof(NIDActionArity1V51))] Action<INAppendToNoteIntentResponse!>! 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. |