Companion
object Companion
Functions
Link copied to clipboard
When a payment option is selected, the customer taps a button to continue or confirm payment. This is the default recommended integration.
Link copied to clipboard
fun immediateAction(didSelectPaymentOption: (EmbeddedPaymentElement) -> Unit): EmbeddedPaymentElement.RowSelectionBehavior
When a payment option is selected, didSelectPaymentOption is triggered. You can implement this method to immediately perform an action e.g. go back to the checkout screen or confirm the payment.