Share via


PKPaymentShippingMethodSelectedEventArgs Constructor

Definition

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

public PKPaymentShippingMethodSelectedEventArgs(PassKit.PKShippingMethod shippingMethod, PassKit.PKPaymentShippingMethodSelected completion);
new PassKit.PKPaymentShippingMethodSelectedEventArgs : PassKit.PKShippingMethod * PassKit.PKPaymentShippingMethodSelected -> PassKit.PKPaymentShippingMethodSelectedEventArgs

Parameters

shippingMethod
PKShippingMethod

The value for the ShippingMethod property.

completion
PKPaymentShippingMethodSelected

The value for the Completion property.

Applies to