MPUserCancelledContext
Sealed class representing the context when a MercadoPago checkout is cancelled by the user.
The subtype corresponds to the com.mercadopago.sdk.android.checkout.core.model.MPCheckoutType configured in the builder, providing information about the state of each form field at the moment the user abandoned the flow.
Inheritors
Types
Link copied to clipboard
Cancellation context for a com.mercadopago.sdk.android.checkout.core.model.MPCheckoutType.CardSave checkout.
Link copied to clipboard
data class CardTransaction(val fields: List<MPCancelledFieldState>, val screens: List<Screen>) : MPUserCancelledContext
Cancellation context for a com.mercadopago.sdk.android.checkout.core.model.MPCheckoutType.CardTransaction checkout.