Share via


PKPaymentSelectedContactEventArgs Constructor

Definition

Create a new instance of the PKPaymentSelectedContactEventArgs with the specified event data.

public PKPaymentSelectedContactEventArgs(PassKit.PKContact contact, PassKit.PKPaymentShippingAddressSelected completion);
new PassKit.PKPaymentSelectedContactEventArgs : PassKit.PKContact * PassKit.PKPaymentShippingAddressSelected -> PassKit.PKPaymentSelectedContactEventArgs

Parameters

contact
PKContact

The value for the Contact property.

completion
PKPaymentShippingAddressSelected

The value for the Completion property.

Applies to