startGooglePayScreen

fun startGooglePayScreen(activity: Activity, requestCode: Int)

Deprecated

Deprecated in favor of submit()

Replace with

submit()

Start the GooglePay screen which will return the result to the provided Activity.

Parameters

activity

The activity to start the screen and later receive the result.

requestCode

The code that will be returned on the Activity.onActivityResult