Package-level declarations

Types

Link copied to clipboard
class CatchCheckoutController(activity: ComponentActivity, onCheckoutConfirmed: CheckoutConfirmedCallback? = null, onVirtualCardCheckoutConfirmed: VirtualCardCheckoutConfirmedCallback? = null, onCancel: CheckoutCanceledCallback? = null)

The CatchCheckoutController manages launching and handling checkout activities.

Link copied to clipboard

Callback that is invoked when a direct checkout is canceled by the user.

Link copied to clipboard

Callback that is invoked when a checkout is successfully confirmed.

Link copied to clipboard

Callback that is invoked when a virtual card checkout is successfully confirmed.