PKPaymentAuthorizationController.PresentAsync Method

Definition

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>.

Applies to