IINSendMessageIntentHandling
HandleSendMessage(INSendMessageIntent, Action<INSendMessageIntentResponse>)
Confirm(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageIntentResponse>)
ConfirmSendMessage(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageIntentResponse>)
ResolveContent(IINSendMessageIntentHandling, INSendMessageIntent, Action<INStringResolutionResult>)
ResolveGroupName(IINSendMessageIntentHandling, INSendMessageIntent, Action<INStringResolutionResult>)
ResolveOutgoingMessageType(IINSendMessageIntentHandling, INSendMessageIntent, Action<INOutgoingMessageTypeResolutionResult>)
ResolveRecipients(IINSendMessageIntentHandling, INSendMessageIntent, Action<INPersonResolutionResult[]>)
ResolveRecipients(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSendMessageRecipientResolutionResult[]>)
ResolveSpeakableGroupName(IINSendMessageIntentHandling, INSendMessageIntent, Action<INSpeakableStringResolutionResult>)
xamarinmac
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(NIDActionArity1V59) }, 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(NIDActionArity1V59) }, 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(NIDActionArity1V55) }, 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(NIDActionArity1V60) }, 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(NIDActionArity1V61) }, 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(NIDActionArity1V61) }, 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(NIDActionArity1V62) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSendMessageIntent), typeof(Action<INSpeakableStringResolutionResult>) }, Selector = "resolveSpeakableGroupNameForSendMessage:withCompletion:")]
public interface IINSendMessageIntentHandling : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("handleSendMessage:completion:")]
[Preserve(Conditional = true)]
void HandleSendMessage(INSendMessageIntent! intent, [BlockProxy(typeof(NIDActionArity1V59))] Action<INSendMessageIntentResponse!>! completion);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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