Package com.stripe.android.googlepaylauncher
Types
Link copied to clipboard
Link copied to clipboard
A drop-in class that presents a Google Pay sheet to collect customer payment details and use it to confirm a PaymentIntent or SetupIntent. When successful, will return Result.Completed.
Link copied to clipboard
class GooglePayLauncherContract : ActivityResultContract<GooglePayLauncherContract.Args, GooglePayLauncher.Result>
Content copied to clipboard
Link copied to clipboard
A drop-in class that presents a Google Pay sheet to collect a customer's payment details. When successful, will return a PaymentMethod via Result.Completed.paymentMethod.
Link copied to clipboard
class GooglePayPaymentMethodLauncherContract : ActivityResultContract<GooglePayPaymentMethodLauncherContract.Args, GooglePayPaymentMethodLauncher.Result>
Content copied to clipboard
Link copied to clipboard