xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.iOS, 10, 3, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 2, PlatformArchitecture.All, null)]
[Protocol(Name = "INSearchForBillsIntentHandling", WrapperType = typeof(INSearchForBillsIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandleSearch", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V106) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForBillsIntent), typeof(Action<INSearchForBillsIntentResponse>) }, Selector = "handleSearchForBills:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmSearch", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V106) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForBillsIntent), typeof(Action<INSearchForBillsIntentResponse>) }, Selector = "confirmSearchForBills:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveBillPayee", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V77) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForBillsIntent), typeof(Action<INBillPayeeResolutionResult>) }, Selector = "resolveBillPayeeForSearchForBills:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePaymentDateRange", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForBillsIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolvePaymentDateRangeForSearchForBills:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveBillType", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V82) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForBillsIntent), typeof(Action<INBillTypeResolutionResult>) }, Selector = "resolveBillTypeForSearchForBills:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveStatus", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V107) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForBillsIntent), typeof(Action<INPaymentStatusResolutionResult>) }, Selector = "resolveStatusForSearchForBills:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveDueDateRange", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForBillsIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveDueDateRangeForSearchForBills:withCompletion:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINSearchForBillsIntentHandling : 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. |