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