Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class GooglePayLauncher
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
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
Functions
Link copied to clipboard
fun rememberGooglePayLauncher(config: GooglePayLauncher.Config, readyCallback: GooglePayLauncher.ReadyCallback, resultCallback: GooglePayLauncher.ResultCallback): GooglePayLauncher
Creates a GooglePayLauncher that is remembered across compositions.
Link copied to clipboard
fun rememberGooglePayPaymentMethodLauncher(config: GooglePayPaymentMethodLauncher.Config, readyCallback: GooglePayPaymentMethodLauncher.ReadyCallback, resultCallback: GooglePayPaymentMethodLauncher.ResultCallback): GooglePayPaymentMethodLauncher
Creates a GooglePayPaymentMethodLauncher that is remembered across compositions.