toggle menu
KStateMachine
0.32.0
common
switch theme
search in API
kstatemachine
/
ru.nsk.kstatemachine.state
/
choiceDataState
choice
Data
State
inline
fun
<
D
:
Any
>
IState
.
choiceDataState
(
name
:
String
?
=
null
,
noinline
choiceAction
:
suspend
EventAndArgument
<
*
>
.
(
)
->
DataState
<
D
>
)
:
DefaultChoiceDataState
<
D
>