PKPaymentAuthorizationController.PresentAsync 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.
public virtual System.Threading.Tasks.Task<bool> PresentAsync ();
abstract member PresentAsync : unit -> System.Threading.Tasks.Task<bool>
override this.PresentAsync : unit -> System.Threading.Tasks.Task<bool>
Returns
A task that represents the asynchronous Present operation. The value of the TResult parameter is of type System.Action<System.Boolean>.