跳到主要内容

IDP.Payment.showPaymentDialog() function

唤起支付弹窗

Signature:

function showPaymentDialog(props: IDP.Payment.Types.PaymentDialogProps): void;

Links: function showPaymentDialog(props: IDP.Payment.Types.PaymentDialogProps): void;

Parameters

Parameter

Type

Description

props

IDP.Payment.Types.PaymentDialogProps

支付弹窗参数 调用此方法会弹出支付界面,当弹窗打开失败时会触发 IDP.Payment.PaymentDialogClosed 事件,并返回错误信息。

Returns:

void