xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.iOS, 10, 3, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 2, PlatformArchitecture.All, null)]
[Protocol(Name = "INPayBillIntentHandling", WrapperType = typeof(INPayBillIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HandlePayBill", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V76) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INPayBillIntentResponse>) }, Selector = "handlePayBill:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmPayBill", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V76) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INPayBillIntentResponse>) }, Selector = "confirmPayBill:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveBillPayee", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V77) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INBillPayeeResolutionResult>) }, Selector = "resolveBillPayeeForPayBill:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveFromAccount", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V78) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INPaymentAccountResolutionResult>) }, Selector = "resolveFromAccountForPayBill:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTransactionAmount", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V79) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INPaymentAmountResolutionResult>) }, Selector = "resolveTransactionAmountForPayBill:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTransactionScheduledDate", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveTransactionScheduledDateForPayBill:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveTransactionNote", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V81) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INStringResolutionResult>) }, Selector = "resolveTransactionNoteForPayBill:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveBillType", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V82) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INBillTypeResolutionResult>) }, Selector = "resolveBillTypeForPayBill:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveDueDate", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPayBillIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveDueDateForPayBill:withCompletion:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINPayBillIntentHandling : 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. |