xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 2, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 12, 0, PlatformArchitecture.Arch64, null)]
[Protocol(Name = "INSendMessageIntentHandling", WrapperType = typeof(INSendMessageIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleSendMessage", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V72) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSendMessageIntent), typeof(Action<INSendMessageIntentResponse>) }, Selector = "handleSendMessage:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmSendMessage", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V72) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSendMessageIntent), typeof(Action<INSendMessageIntentResponse>) }, Selector = "confirmSendMessage:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveRecipients", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V110) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSendMessageIntent), typeof(Action<INPersonResolutionResult[]>) }, Selector = "resolveRecipientsForSendMessage:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveRecipients", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V118) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSendMessageIntent), typeof(Action<INSendMessageRecipientResolutionResult[]>) }, Selector = "resolveRecipientsForSendMessage:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveContent", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V81) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSendMessageIntent), typeof(Action<INStringResolutionResult>) }, Selector = "resolveContentForSendMessage:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveGroupName", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V81) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSendMessageIntent), typeof(Action<INStringResolutionResult>) }, Selector = "resolveGroupNameForSendMessage:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveSpeakableGroupName", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V38) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSendMessageIntent), typeof(Action<INSpeakableStringResolutionResult>) }, Selector = "resolveSpeakableGroupNameForSendMessage:withCompletion:")]
public interface IINSendMessageIntentHandling : 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. |