handleIntent

open override fun handleIntent(intent: Intent)

Pass the result Intent from the WeChatPay SDK response on Activity#onNewIntent(Intent). You can check if the Intent is correct by calling WeChatPayUtils.isResultIntent

Parameters

intent

The intent result from WeChatPay SDK.