Package-level declarations

Functions

Link copied to clipboard
fun <T : ViewableComponent, Component> AdyenComponent(component: T, modifier: Modifier = Modifier)

A Composable that can display input and fill in details for a Component.

Link copied to clipboard

Get a PaymentComponent with a checkout session from a Composable. You only need to integrate with the /sessions endpoint to create a session and the component will automatically handle the rest of the payment flow.

Get a PaymentComponent with a stored payment method and a checkout session from a Composable. You only need to integrate with the /sessions endpoint to create a session and the component will automatically handle the rest of the payment flow.

Get a PaymentComponent with a stored payment method from a Composable.