Share via


PKPaymentRequestMerchantSessionUpdateEventArgs Constructor

Definition

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

public PKPaymentRequestMerchantSessionUpdateEventArgs(Action<PassKit.PKPaymentRequestMerchantSessionUpdate> updateHandler);
new PassKit.PKPaymentRequestMerchantSessionUpdateEventArgs : Action<PassKit.PKPaymentRequestMerchantSessionUpdate> -> PassKit.PKPaymentRequestMerchantSessionUpdateEventArgs

Parameters

updateHandler
Action<PKPaymentRequestMerchantSessionUpdate>

The value for the UpdateHandler property.

Applies to