A
B
C
D
E
F
G
I
M
O
P
R
S
U
W
S
- sendAddressLookupResult(com.adyen.checkout.dropin.AddressLookupDropInServiceResult) - function in com.adyen.checkout.dropin.BaseDropInServiceContract
- Allows sending the result of Address Lookup operations.
- sendAddressLookupResult(com.adyen.checkout.dropin.AddressLookupDropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of Address Lookup operations.
- sendAddressLookupResult(com.adyen.checkout.dropin.AddressLookupDropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of Address Lookup operations.
- sendBalanceResult(com.adyen.checkout.dropin.BalanceDropInServiceResult) - function in com.adyen.checkout.dropin.BaseDropInServiceContract
- Allows sending the result of the /paymentMethods/balance network call.
- sendBalanceResult(com.adyen.checkout.dropin.BalanceDropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of the /paymentMethods/balance network call.
- sendBalanceResult(com.adyen.checkout.dropin.BalanceDropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of the /paymentMethods/balance network call.
- sendBroadcast(android.content.Intent) - function in android.content.ContextWrapper
- sendBroadcast(android.content.Intent,java.lang.String) - function in android.content.ContextWrapper
- sendBroadcast(android.content.Intent,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- sendBroadcastAsUser(android.content.Intent,android.os.UserHandle) - function in android.content.ContextWrapper
- sendBroadcastAsUser(android.content.Intent,android.os.UserHandle,java.lang.String) - function in android.content.ContextWrapper
- sendBroadcastWithMultiplePermissions(android.content.Intent,kotlin.Array) - function in android.content.Context
- sendOrderedBroadcast(android.content.Intent,java.lang.Integer,java.lang.String,java.lang.String,android.content.BroadcastReceiver,android.os.Handler,java.lang.String,android.os.Bundle,android.os.Bundle) - function in android.content.ContextWrapper
- sendOrderedBroadcast(android.content.Intent,java.lang.String) - function in android.content.ContextWrapper
- sendOrderedBroadcast(android.content.Intent,java.lang.String,android.content.BroadcastReceiver,android.os.Handler,java.lang.Integer,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- sendOrderedBroadcast(android.content.Intent,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- sendOrderedBroadcast(android.content.Intent,java.lang.String,android.os.Bundle,android.content.BroadcastReceiver,android.os.Handler,java.lang.Integer,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- sendOrderedBroadcast(android.content.Intent,java.lang.String,java.lang.String,android.content.BroadcastReceiver,android.os.Handler,java.lang.Integer,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- sendOrderedBroadcastAsUser(android.content.Intent,android.os.UserHandle,java.lang.String,android.content.BroadcastReceiver,android.os.Handler,java.lang.Integer,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- sendOrderResult(com.adyen.checkout.dropin.OrderDropInServiceResult) - function in com.adyen.checkout.dropin.BaseDropInServiceContract
- Allows sending the result of the /orders network call.
- sendOrderResult(com.adyen.checkout.dropin.OrderDropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of the /orders network call.
- sendOrderResult(com.adyen.checkout.dropin.OrderDropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of the /orders network call.
- sendRecurringResult(com.adyen.checkout.dropin.RecurringDropInServiceResult) - function in com.adyen.checkout.dropin.BaseDropInServiceContract
- Allows sending the result of the DELETE /storedPaymentMethods network call.
- sendRecurringResult(com.adyen.checkout.dropin.RecurringDropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of the DELETE /storedPaymentMethods network call.
- sendRecurringResult(com.adyen.checkout.dropin.RecurringDropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of the DELETE /storedPaymentMethods network call.
- sendResult(com.adyen.checkout.dropin.DropInServiceResult) - function in com.adyen.checkout.dropin.BaseDropInServiceContract
- Allows sending the result of the /payments and /payments/details network calls.
- sendResult(com.adyen.checkout.dropin.DropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of the /payments and /payments/details network calls.
- sendResult(com.adyen.checkout.dropin.DropInServiceResult) - function in com.adyen.checkout.dropin.internal.service.BaseDropInService
- Allows sending the result of the /payments and /payments/details network calls.
- sendStickyBroadcast(android.content.Intent) - function in android.content.ContextWrapper
- sendStickyBroadcast(android.content.Intent,android.os.Bundle) - function in android.content.ContextWrapper
- sendStickyBroadcastAsUser(android.content.Intent,android.os.UserHandle) - function in android.content.ContextWrapper
- sendStickyOrderedBroadcast(android.content.Intent,android.content.BroadcastReceiver,android.os.Handler,java.lang.Integer,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- sendStickyOrderedBroadcastAsUser(android.content.Intent,android.os.UserHandle,android.content.BroadcastReceiver,android.os.Handler,java.lang.Integer,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- SessionDropInCallback - class in com.adyen.checkout.dropin
- A class that defines the callbacks from Drop-in to the Activity or Fragment that launched it.
- SessionDropInResult - class in com.adyen.checkout.dropin
- A class that contains the final result of Drop-in.
- SessionDropInResult.CancelledByUser - class in com.adyen.checkout.dropin.SessionDropInResult
- Drop-in was dismissed by the user before it has completed.
- SessionDropInResult.Error - class in com.adyen.checkout.dropin.SessionDropInResult
- Drop-in has encountered an error.
- SessionDropInResult.Finished - class in com.adyen.checkout.dropin.SessionDropInResult
- Drop-in has completed.
- SessionDropInResultContract - class in com.adyen.checkout.dropin
- SessionDropInResultContractParams - class in com.adyen.checkout.dropin.internal.ui.model
- SessionDropInService - class in com.adyen.checkout.dropin
- 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.
- SessionDropInServiceContract - class in com.adyen.checkout.dropin
- setAdditionalDataForDropInService(android.os.Bundle) - function in com.adyen.checkout.dropin.DropInConfiguration.Builder
- Pass a custom Bundle to Drop-in.
- setAmount(com.adyen.checkout.components.core.Amount) - function in com.adyen.checkout.components.core.internal.BaseConfigurationBuilder
- setAnalyticsConfiguration(com.adyen.checkout.components.core.AnalyticsConfiguration) - function in com.adyen.checkout.components.core.internal.BaseConfigurationBuilder
- setEnableRemovingStoredPaymentMethods(java.lang.Boolean) - function in com.adyen.checkout.dropin.DropInConfiguration.Builder
- When set to true, users can remove their stored payment methods by swiping left on the corresponding row in the payment methods screen.
- setShopperLocale(java.util.Locale) - function in com.adyen.checkout.components.core.internal.BaseConfigurationBuilder
- setShowPreselectedStoredPaymentMethod(java.lang.Boolean) - function in com.adyen.checkout.dropin.DropInConfiguration.Builder
- When set to false, Drop-in will skip the preselected screen and go straight to the payment methods list.
- setSkipListWhenSinglePaymentMethod(java.lang.Boolean) - function in com.adyen.checkout.dropin.DropInConfiguration.Builder
- When set to true, Drop-in will skip the payment methods list screen if there is only a single payment method available and no storedpayment methods.
- setTheme(java.lang.Integer) - function in android.content.ContextWrapper
- setWallpaper(android.graphics.Bitmap) - function in android.content.ContextWrapper
- setWallpaper(java.io.InputStream) - function in android.content.ContextWrapper
- startActivities(kotlin.Array) - function in android.content.ContextWrapper
- startActivities(kotlin.Array,android.os.Bundle) - function in android.content.ContextWrapper
- startActivity(android.content.Intent) - function in android.content.ContextWrapper
- startActivity(android.content.Intent,android.os.Bundle) - function in android.content.ContextWrapper
- startForeground(java.lang.Integer,android.app.Notification) - function in android.app.Service
- startForeground(java.lang.Integer,android.app.Notification,java.lang.Integer) - function in android.app.Service
- startForegroundService(android.content.Intent) - function in android.content.ContextWrapper
- startInstrumentation(android.content.ComponentName,java.lang.String,android.os.Bundle) - function in android.content.ContextWrapper
- startIntentSender(android.content.IntentSender,android.content.Intent,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in android.content.ContextWrapper
- startIntentSender(android.content.IntentSender,android.content.Intent,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.os.Bundle) - function in android.content.ContextWrapper
- startPayment(android.content.Context,androidx.activity.result.ActivityResultLauncher,com.adyen.checkout.components.core.PaymentMethodsApiResponse,com.adyen.checkout.components.core.CheckoutConfiguration,java.lang.Class) - function in com.adyen.checkout.dropin.DropIn
- Starts the advanced checkout flow to be handled by the Drop-in solution.
- startPayment(android.content.Context,androidx.activity.result.ActivityResultLauncher,com.adyen.checkout.components.core.PaymentMethodsApiResponse,com.adyen.checkout.dropin.DropInConfiguration,java.lang.Class) - function in com.adyen.checkout.dropin.DropIn
- Starts the advanced checkout flow to be handled by the Drop-in solution.
- startPayment(android.content.Context,androidx.activity.result.ActivityResultLauncher,com.adyen.checkout.sessions.core.CheckoutSession,com.adyen.checkout.components.core.CheckoutConfiguration,java.lang.Class) - function in com.adyen.checkout.dropin.DropIn
- Starts the checkout flow to be handled by the Drop-in solution.
- startPayment(android.content.Context,androidx.activity.result.ActivityResultLauncher,com.adyen.checkout.sessions.core.CheckoutSession,com.adyen.checkout.dropin.DropInConfiguration,java.lang.Class) - function in com.adyen.checkout.dropin.DropIn
- Starts the checkout flow to be handled by the Drop-in solution.
- startService(android.content.Intent) - function in android.content.ContextWrapper
- stopForeground(java.lang.Boolean) - function in android.app.Service
- stopForeground(java.lang.Integer) - function in android.app.Service
- stopSelf() - function in android.app.Service
- stopSelf(java.lang.Integer) - function in android.app.Service
- stopSelfResult(java.lang.Integer) - function in android.app.Service
- stopService(android.content.Intent) - function in android.content.ContextWrapper