xamarinwatchos
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(NIDActionArity1V60) }, 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(NIDActionArity1V60) }, 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(NIDActionArity1V38) }, 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(NIDActionArity1V53) }, 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(NIDActionArity1V38) }, 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
}
.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. |