A
B
C
D
E
F
G
I
M
O
P
R
S
U
W
D
- databaseList() - function in android.content.ContextWrapper
- deleteDatabase(java.lang.String) - function in android.content.ContextWrapper
- deleteFile(java.lang.String) - function in android.content.ContextWrapper
- deleteSharedPreferences(java.lang.String) - function in android.content.ContextWrapper
- describeContents() - function in android.os.Parcelable
- DropIn - class in com.adyen.checkout.dropin
- Drop-in is our pre-built checkout UI for accepting payments.
- dropIn(com.adyen.checkout.components.core.CheckoutConfiguration,kotlin.jvm.functions.Function1) - function in com.adyen.checkout.dropin.DropInConfigurationKt
- DropInCallback - class in com.adyen.checkout.dropin
- A class that defines the callbacks from Drop-in to the Activity or Fragment that launched it.
- DropInConfiguration - class in com.adyen.checkout.dropin
- This is the base configuration for the Drop-In solution.
- DropInConfiguration.Builder - class in com.adyen.checkout.dropin.DropInConfiguration
- Builder for creating a DropInConfiguration where you can set specific Configurations for a Payment Method
- DropInConfigurationKt - class in com.adyen.checkout.dropin
- DropInResult - class in com.adyen.checkout.dropin
- A class that contains the final result of Drop-in.
- DropInResult.CancelledByUser - class in com.adyen.checkout.dropin.DropInResult
- Drop-in was dismissed by the user before it has completed.
- DropInResult.Error - class in com.adyen.checkout.dropin.DropInResult
- Drop-in has encountered an error.
- DropInResult.Finished - class in com.adyen.checkout.dropin.DropInResult
- Drop-in has completed.
- DropInResultContract - class in com.adyen.checkout.dropin
- DropInResultContractParams - class in com.adyen.checkout.dropin.internal.ui.model
- DropInService - class in com.adyen.checkout.dropin
- Extend this service to interact with Drop-in and make the required network calls to the Adyen Checkout APIs through your backend.
- DropInServiceContract - class in com.adyen.checkout.dropin
- DropInServiceResult - class in com.adyen.checkout.dropin
- The result of a network call to be sent to DropInService or SessionDropInService.
- DropInServiceResult.Action - class in com.adyen.checkout.dropin.DropInServiceResult
- A call to /payments or /payments/details was successful and returned with an action that needs to be handled.
- DropInServiceResult.Error - class in com.adyen.checkout.dropin.DropInServiceResult
- Send this to display an error dialog and optionally dismiss Drop-in.
- DropInServiceResult.Finished - class in com.adyen.checkout.dropin.DropInServiceResult
- A call to /payments or /payments/details was successful and the checkout flow is finished.
- DropInServiceResult.ToPaymentMethodsList - class in com.adyen.checkout.dropin.DropInServiceResult
- Send this to navigate to the payment methods list.
- DropInServiceResult.Update - class in com.adyen.checkout.dropin.DropInServiceResult
- Only applicable for partial payments flow.