GooglePayLauncherContract

Constructors

Link copied to clipboard
fun GooglePayLauncherContract()

Types

Link copied to clipboard
sealed class Args : Parcelable
Link copied to clipboard
data class PaymentIntentArgs(clientSecret: String, config: GooglePayLauncher.Config) : GooglePayLauncherContract.Args

Args for launching GooglePayLauncherContract to confirm a PaymentIntent.

Link copied to clipboard
data class SetupIntentArgs(    clientSecret: String,     config: GooglePayLauncher.Config,     currencyCode: String) : GooglePayLauncherContract.Args

Args for launching GooglePayLauncherContract to confirm a SetupIntent.

Functions

Link copied to clipboard
open override fun createIntent(context: Context, input: GooglePayLauncherContract.Args): Intent
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): GooglePayLauncher.Result