GooglePayLauncherContract
Constructors
Types
Link copied to clipboard
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
Link copied to clipboard
open fun getSynchronousResult(context: Context, input: GooglePayLauncherContract.Args): ActivityResultContract.SynchronousResult<GooglePayLauncher.Result>?
Link copied to clipboard