PKPaymentAuthorizationController.Present(Action<Boolean>) 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.
Presents the payment authorization UI and runs a handler after the sheet is displayed.
[Foundation.Export("presentWithCompletion:")]
public virtual void Present (Action<bool> completion);
abstract member Present : Action<bool> -> unit
override this.Present : Action<bool> -> unit
Parameters
A handler that is called after the payment authorization UI is presented.
This parameter can be null
.
- Attributes
Remarks
The developer must use the Dismiss(Action) method to dismiss the payment authorization UI.