PKPaymentAuthorizationViewControllerDelegate_Extensions.DidRequestMerchantSessionUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidRequestMerchantSessionUpdate(this PassKit.IPKPaymentAuthorizationViewControllerDelegate This, PassKit.PKPaymentAuthorizationViewController controller, Action<PassKit.PKPaymentRequestMerchantSessionUpdate> updateHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidRequestMerchantSessionUpdate : PassKit.IPKPaymentAuthorizationViewControllerDelegate * PassKit.PKPaymentAuthorizationViewController * Action<PassKit.PKPaymentRequestMerchantSessionUpdate> -> unit
Parameters
- controller
- PKPaymentAuthorizationViewController
- updateHandler
- Action<PKPaymentRequestMerchantSessionUpdate>
- Attributes