Adyen3DS2Component

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val delegate: Adyen3DS2Delegate
Link copied to clipboard
open override val viewFlow: Flow<ComponentViewType?>

Functions

Link copied to clipboard
Link copied to clipboard
open override fun canHandleAction(action: Action): Boolean
Link copied to clipboard
open override fun handleAction(action: Action, activity: Activity)
Link copied to clipboard
open override fun handleIntent(intent: Intent)

Call this method when receiving the return URL from the 3DS redirect with the result data. This result will be in the Intent.getData and begins with the returnUrl you specified on the payments/ call.

Link copied to clipboard
open override fun setOnRedirectListener(listener: () -> Unit)