Share via


IINPayBillIntentHandling.HandlePayBill Method

Definition

Developers may implement this method to schedule bill payment.

[Foundation.Export("handlePayBill:completion:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void HandlePayBill(Intents.INPayBillIntent intent, Action<Intents.INPayBillIntentResponse> completion);
[<Foundation.Export("handlePayBill:completion:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HandlePayBill : Intents.INPayBillIntent * Action<Intents.INPayBillIntentResponse> -> unit
override this.HandlePayBill : Intents.INPayBillIntent * Action<Intents.INPayBillIntentResponse> -> unit

Parameters

intent
INPayBillIntent

Specifies the user's intention.

completion
Action<INPayBillIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to