PKPaymentAuthorizationController.Dismiss(Action) 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.
Dismisses the payment authorization UI and runs the specified completion handler.
[Foundation.Export("dismissWithCompletion:")]
public virtual void Dismiss (Action completion);
abstract member Dismiss : Action -> unit
override this.Dismiss : Action -> unit
Parameters
- Attributes
Remarks
Developers call this method to dismiss the payment authorization UI, typically when they receive a call to the DidFinish(PKPaymentAuthorizationController) method.