WeChatPayActionComponent

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val delegate: WeChatDelegate
Link copied to clipboard
open override val viewFlow: Flow<ComponentViewType?>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
open override fun canHandleAction(action: Action): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun handleAction(action: Action, activity: Activity)
Link copied to clipboard
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