xamarinios
namespace PassKit
{
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "PKPaymentAuthorizationControllerDelegate", WrapperType = typeof(PKPaymentAuthorizationControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFinish", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController) }, Selector = "paymentAuthorizationControllerDidFinish:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillAuthorizePayment", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController) }, Selector = "paymentAuthorizationControllerWillAuthorizePayment:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidAuthorizePayment", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V202) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController), typeof(PKPayment), typeof(Action<PKPaymentAuthorizationStatus>) }, Selector = "paymentAuthorizationController:didAuthorizePayment:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidAuthorizePayment", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V203) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController), typeof(PKPayment), typeof(Action<PKPaymentAuthorizationResult>) }, Selector = "paymentAuthorizationController:didAuthorizePayment:handler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectShippingMethod", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity2V97) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController), typeof(PKShippingMethod), typeof(Action<PKPaymentAuthorizationStatus, PKPaymentSummaryItem[]>) }, Selector = "paymentAuthorizationController:didSelectShippingMethod:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectShippingMethod", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V204) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController), typeof(PKPaymentMethod), typeof(Action<PKPaymentRequestPaymentMethodUpdate>) }, Selector = "paymentAuthorizationController:didSelectShippingMethod:handler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectShippingContact", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity3V8) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController), typeof(PKContact), typeof(Action<PKPaymentAuthorizationStatus, PKShippingMethod[], PKPaymentSummaryItem[]>) }, Selector = "paymentAuthorizationController:didSelectShippingContact:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectShippingContact", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V205) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController), typeof(PKContact), typeof(Action<PKPaymentRequestShippingContactUpdate>) }, Selector = "paymentAuthorizationController:didSelectShippingContact:handler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectPaymentMethod", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V206) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController), typeof(PKPaymentMethod), typeof(Action<PKPaymentSummaryItem[]>) }, Selector = "paymentAuthorizationController:didSelectPaymentMethod:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectPaymentMethod", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V204) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPaymentAuthorizationController), typeof(PKPaymentMethod), typeof(Action<PKPaymentRequestPaymentMethodUpdate>) }, Selector = "paymentAuthorizationController:didSelectPaymentMethod:handler:")]
public interface IPKPaymentAuthorizationControllerDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |