WXPay

open class WXPay

微信支付

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(context: Context)
构造
constructor(context: Context, appId: String)
构造

Types

Link copied to clipboard
interface OnPayListener
微信支付监听

Functions

Link copied to clipboard
open fun sendReq(req: WXPayReq)
open fun sendReq(req: PayReq)
open fun sendReq(req: WXPayReq, listener: WXPay.OnPayListener)
open fun sendReq(req: PayReq, listener: WXPay.OnPayListener)
发送支付请求;SDK拉起微信支付
Link copied to clipboard
设置支付监听