KStateMachine
Toggle table of contents
0.35.0
common
Platform filter
common
Switch theme
Search in API
KStateMachine
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
>