PKPaymentShippingAddressSelected Delegate

Definition

Delegate called when the user has selected a shipping address.

public delegate void PKPaymentShippingAddressSelected(PKPaymentAuthorizationStatus status, PKShippingMethod[] shippingMethods, PKPaymentSummaryItem[] summaryItems);
type PKPaymentShippingAddressSelected = delegate of PKPaymentAuthorizationStatus * PKShippingMethod[] * PKPaymentSummaryItem[] -> unit

Parameters

shippingMethods
PKShippingMethod[]
summaryItems
PKPaymentSummaryItem[]

Applies to