PKPaymentAuthorizationViewControllerDelegate_Extensions.DidAuthorizePayment2 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.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidAuthorizePayment2(this PassKit.IPKPaymentAuthorizationViewControllerDelegate This, PassKit.PKPaymentAuthorizationViewController controller, PassKit.PKPayment payment, Action<PassKit.PKPaymentAuthorizationResult> completion);
	static member DidAuthorizePayment2 : PassKit.IPKPaymentAuthorizationViewControllerDelegate * PassKit.PKPaymentAuthorizationViewController * PassKit.PKPayment * Action<PassKit.PKPaymentAuthorizationResult> -> unit
	Parameters
The instance on which this extension method operates.
- controller
 - PKPaymentAuthorizationViewController
 
- payment
 - PKPayment
 
- completion
 - Action<PKPaymentAuthorizationResult>
 
- Attributes