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 = "INSearchForMessagesIntentHandling", WrapperType = typeof(INSearchForMessagesIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleSearchForMessages", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V71) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMessagesIntent), typeof(Action<INSearchForMessagesIntentResponse>) }, Selector = "handleSearchForMessages:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmSearchForMessages", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V71) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMessagesIntent), typeof(Action<INSearchForMessagesIntentResponse>) }, Selector = "confirmSearchForMessages:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveRecipients", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V110) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMessagesIntent), typeof(Action<INPersonResolutionResult[]>) }, Selector = "resolveRecipientsForSearchForMessages:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveSenders", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V110) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMessagesIntent), typeof(Action<INPersonResolutionResult[]>) }, Selector = "resolveSendersForSearchForMessages:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveAttributes", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V111) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMessagesIntent), typeof(Action<INMessageAttributeOptionsResolutionResult>) }, Selector = "resolveAttributesForSearchForMessages:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveDateTimeRange", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMessagesIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveDateTimeRangeForSearchForMessages:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveGroupNames", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V112) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMessagesIntent), typeof(Action<INStringResolutionResult[]>) }, Selector = "resolveGroupNamesForSearchForMessages:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveSpeakableGroupNames", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V46) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMessagesIntent), typeof(Action<INSpeakableStringResolutionResult[]>) }, Selector = "resolveSpeakableGroupNamesForSearchForMessages:withCompletion:")]
public interface IINSearchForMessagesIntentHandling : 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. |