Package-level declarations

Types

Link copied to clipboard

Main instance used to interact with Adyen SDK in order to perform In Person Payments.

Link copied to clipboard
@ExperimentalCoroutinesApi
@FlowPreview
class InPersonPaymentsInitializer : Initializer<InPersonPayments>

Main initializer used by Jetpack StartUp library to automatically initialize the SDK.

Link copied to clipboard

A set of tools and helpers to accompany InPersonPayments.

Link copied to clipboard
fun interface PaymentCallback

Main callback to be executed after the payment is completed.

Link copied to clipboard
class PaymentResultContract : ActivityResultContract<Intent, Result<PaymentResult>>

Activity Result Contract implementation for the payment activities.