xamarinios
namespace PassKit
{
    [Protocol(Name = "PKAddPaymentPassViewControllerDelegate", WrapperType = typeof(PKAddPaymentPassViewControllerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFinishAddingPaymentPass", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKAddPaymentPassViewController), typeof(PKPaymentPass), typeof(NSError) }, Selector = "addPaymentPassViewController:didFinishAddingPaymentPass:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GenerateRequestWithCertificateChain", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDActionArity1V199) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(PKAddPaymentPassViewController), typeof(NSData[]), typeof(NSData), typeof(NSData), typeof(Action<PKAddPaymentPassRequest>) }, Selector = "addPaymentPassViewController:generateRequestWithCertificateChain:nonce:nonceSignature:completionHandler:")]
    public interface IPKAddPaymentPassViewControllerDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("addPaymentPassViewController:generateRequestWithCertificateChain:nonce:nonceSignature:completionHandler:")]
        [Preserve(Conditional = true)]
        void GenerateRequestWithCertificateChain(PKAddPaymentPassViewController! controller, NSData![]! certificates, NSData! nonce, NSData! nonceSignature, [BlockProxy(typeof(NIDActionArity1V199))] Action<PKAddPaymentPassRequest!>! handler);
    }
}
.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.

  • Built-in API
  • Package-provided API

05/20/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙