public interface ManualCheckoutSession extends VisaCheckoutSdk.VisaCheckoutResultListener
Modifier and Type | Interface and Description |
---|---|
static interface |
ManualCheckoutSession.ManualCheckoutLaunchHandler
Call launch on your ManualCheckoutLaunchHandler instance to invoke/present Visa Checkout.
|
Modifier and Type | Method and Description |
---|---|
void |
onReady(ManualCheckoutSession.ManualCheckoutLaunchHandler handler)
Provide the onReady callback for storing a ManualCheckoutLaunchHandler
which can be invoked later when a user taps your custom button.
|
onResult
void onReady(ManualCheckoutSession.ManualCheckoutLaunchHandler handler)
handler
- the handler to store and invoke later when your custom button is tapped