Package com.adyen.checkout.dropin
See: Description
-
Interface Summary Interface Description BaseDropInServiceContract DropInCallback A class that defines the callbacks from Drop-in to the Activity or Fragment that launched it. DropInServiceContract SessionDropInCallback A class that defines the callbacks from Drop-in to the Activity or Fragment that launched it. SessionDropInServiceContract -
Class Summary Class Description ErrorDialog Represents the data shown in the dialog when an error occurs. FinishedDialog Represents the data shown in the dialog when the payment flow is finished. Builder Builder for creating a DropInConfiguration where you can set specific Configurations for a Payment Method DropInConfiguration This is the base configuration for the Drop-In solution. CancelledByUser Drop-in was dismissed by the user before it has completed. Error Drop-in has encountered an error. Finished Drop-in has completed. DropInResult A class that contains the final result of Drop-in. DropInResultContract DropInService Extend this service to interact with Drop-in and make the required network calls to the Adyen Checkout APIs through your backend. BaseDropInServiceResult Finished A call to /payments or /payments/details was successful and the checkout flow is finished. Action A call to /payments or /payments/details was successful and returned with an action that needs to be handled. Update Only applicable for partial payments flow. Error Send this to display an error dialog and optionally dismiss Drop-in. ToPaymentMethodsList Send this to navigate to the payment methods list. DropInServiceResult The result of a network call to be sent to DropInService or SessionDropInService. Balance Only applicable for partial payments flow. Error Only applicable for partial payments flow. BalanceDropInServiceResult OrderCreated Only applicable for partial payments flow. Error Only applicable for partial payments flow. OrderDropInServiceResult PaymentMethodRemoved Only applicable to removing stored payment methods. Error Only applicable to removing stored payment methods. RecurringDropInServiceResult LookupResult Only applicable to address lookup flow. LookupComplete Only applicable to address lookup flow. Error Only applicable to address lookup flow.
AddressLookupDropInServiceResult CancelledByUser Drop-in was dismissed by the user before it has completed. Error Drop-in has encountered an error. Finished Drop-in has completed. SessionDropInResult A class that contains the final result of Drop-in. SessionDropInResultContract SessionDropInService Extend this service if you want to take over the sessions flow in Drop-in and make the required network calls to the Adyen Checkout APIs through your backend. DropInConfigurationKt -
Object Summary Object Description DropIn Drop-in is our pre-built checkout UI for accepting payments.