handleActivityResult

open override fun handleActivityResult(resultCode: Int, data: Intent?)

Deprecated

When using submit() this method is no longer needed.

Replace with

Handle the result from the GooglePay screen that was started by .startGooglePayScreen.

Parameters

resultCode

The result code from the Activity.onActivityResult

data

The data intent from the Activity.onActivityResult