Share via


PKPaymentRequestShippingContactUpdateEventArgs Constructor

Definition

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

public PKPaymentRequestShippingContactUpdateEventArgs(PassKit.PKContact contact, Action<PassKit.PKPaymentRequestShippingContactUpdate> completion);
new PassKit.PKPaymentRequestShippingContactUpdateEventArgs : PassKit.PKContact * Action<PassKit.PKPaymentRequestShippingContactUpdate> -> PassKit.PKPaymentRequestShippingContactUpdateEventArgs

Parameters

contact
PKContact

The value for the Contact property.

completion
Action<PKPaymentRequestShippingContactUpdate>

The value for the Completion property.

Applies to