PKPaymentAuthorizationControllerDelegate.DidFinish 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.
Method that is called when payment authorization has finished.
[Foundation.Export("paymentAuthorizationControllerDidFinish:")]
public abstract void DidFinish (PassKit.PKPaymentAuthorizationController controller);
abstract member DidFinish : PassKit.PKPaymentAuthorizationController -> unit
Parameters
- controller
- PKPaymentAuthorizationController
The PKPaymentAuthorizationController for which the payment authorization has finished.
Implements
- Attributes