xamarinios
namespace Intents
{
    [Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "INCreateNoteIntentHandling", WrapperType = typeof(INCreateNoteIntentHandlingWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleCreateNote", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V97) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INCreateNoteIntent), typeof(Action<INCreateNoteIntentResponse>) }, Selector = "handleCreateNote:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Confirm", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V97) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INCreateNoteIntent), typeof(Action<INCreateNoteIntentResponse>) }, Selector = "confirmCreateNote:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTitle", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V61) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INCreateNoteIntent), typeof(Action<INSpeakableStringResolutionResult>) }, Selector = "resolveTitleForCreateNote:withCompletion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveContent", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V76) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INCreateNoteIntent), typeof(Action<INNoteContentResolutionResult>) }, Selector = "resolveContentForCreateNote:withCompletion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveGroupName", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V61) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INCreateNoteIntent), typeof(Action<INSpeakableStringResolutionResult>) }, Selector = "resolveGroupNameForCreateNote:withCompletion:")]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    public interface IINCreateNoteIntentHandling : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("handleCreateNote:completion:")]
        [Preserve(Conditional = true)]
        void HandleCreateNote(INCreateNoteIntent! intent, [BlockProxy(typeof(NIDActionArity1V97))] Action<INCreateNoteIntentResponse!>! completion);
    }
}
.NET 6.07.08.09.0
Information specific to xamarinios
Assembly

Xamarin.iOS , 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

05/12/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙