EmbeddedPaymentElement
Types
Builder used in the creation of the EmbeddedPaymentElement.
Configuration for EmbeddedPaymentElement
The result of a configure call.
The view can display payment methods like "Card" that, when tapped, open a form sheet where customers enter their payment method details. The sheet has a button at the bottom. FormSheetAction enumerates the actions the button can perform.
The result of an attempt to confirm a PaymentIntent or SetupIntent.
Callback that is invoked when a Result is available.
Describes how you handle row selections in EmbeddedPaymentElement
A Parcelable state used to reconfigure EmbeddedPaymentElement across activity boundaries.
Properties
Contains information about the customer's selected payment option. Use this to display the payment option in your own UI.
The state of an already configured EmbeddedPaymentElement.
Functions
Sets the current paymentOption to null
.
Call this method to configure EmbeddedPaymentElement or when the IntentConfiguration values you used to configure EmbeddedPaymentElement (amount, currency, etc.) change.
A composable function that displays payment methods.
A composable function that displays a vertical list of wallet payment methods that can be used for express checkout.