toggle menu
adyen-android
androidJvm
switch theme
search in API
ui-core
/
com.adyen.checkout.ui.core.internal.ui
/
SubmitHandler
Submit
Handler
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
SubmitHandler
<
ComponentStateT
:
PaymentComponentState
<
*
>
>
(
val
savedStateHandle
:
SavedStateHandle
)
:
SavedStateHandleContainer
Members
Constructors
Submit
Handler
Link copied to clipboard
constructor
(
savedStateHandle
:
SavedStateHandle
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
saved
State
Handle
Link copied to clipboard
open
override
val
savedStateHandle
:
SavedStateHandle
submit
Flow
Link copied to clipboard
val
submitFlow
:
Flow
<
ComponentStateT
>
ui
Event
Flow
Link copied to clipboard
val
uiEventFlow
:
Flow
<
PaymentComponentUIEvent
>
ui
State
Flow
Link copied to clipboard
val
uiStateFlow
:
Flow
<
PaymentComponentUIState
>
Functions
initialize
Link copied to clipboard
fun
initialize
(
coroutineScope
:
CoroutineScope
,
componentStateFlow
:
Flow
<
ComponentStateT
>
)
on
Submit
Link copied to clipboard
fun
onSubmit
(
state
:
ComponentStateT
)
set
Interaction
Blocked
Link copied to clipboard
fun
setInteractionBlocked
(
isInteractionBlocked
:
Boolean
)