public class TestFlow
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected MercadoPagoCheckout |
checkout |
protected android.content.Context |
context |
| Modifier | Constructor and Description |
|---|---|
protected |
TestFlow()
If you already started the checkout you can use an empty constructor
|
protected |
TestFlow(MercadoPagoCheckout mercadoPagoCheckout,
android.content.Context context)
If you want to run with an instrumented context
you can use this static method.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
startCheckout() |
protected android.content.Context context
protected MercadoPagoCheckout checkout
protected TestFlow()
protected TestFlow(@NonNull
MercadoPagoCheckout mercadoPagoCheckout,
@NonNull
android.content.Context context)
mercadoPagoCheckout - the checkout configuration.context - context that will start the checkout.