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 = "INSearchCallHistoryIntentHandling", WrapperType = typeof(INSearchCallHistoryIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleSearchCallHistory", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V54) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchCallHistoryIntent), typeof(Action<INSearchCallHistoryIntentResponse>) }, Selector = "handleSearchCallHistory:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmSearchCallHistory", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V54) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchCallHistoryIntent), typeof(Action<INSearchCallHistoryIntentResponse>) }, Selector = "confirmSearchCallHistory:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveCallType", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V101) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchCallHistoryIntent), typeof(Action<INCallRecordTypeResolutionResult>) }, Selector = "resolveCallTypeForSearchCallHistory:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveDateCreated", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchCallHistoryIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveDateCreatedForSearchCallHistory:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveRecipient", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V94) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchCallHistoryIntent), typeof(Action<INPersonResolutionResult>) }, Selector = "resolveRecipientForSearchCallHistory:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveCallTypes", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V102) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchCallHistoryIntent), typeof(Action<INCallRecordTypeOptionsResolutionResult>) }, Selector = "resolveCallTypesForSearchCallHistory:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveUnseen", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V89) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchCallHistoryIntent), typeof(Action<INBooleanResolutionResult>) }, Selector = "resolveUnseenForSearchCallHistory:withCompletion:")]
public interface IINSearchCallHistoryIntentHandling : 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. |