Share via


PKPaymentAuthorizationController.PresentAsync Method

Definition

Presents the payment authorization UI and runs a handler after the sheet is displayed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<bool> PresentAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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>.

Attributes

Applies to