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 | 支付弹窗参数 调用此方法会弹出支付界面,当弹窗打开失败时会触发 |
Returns:
void