toggle menu
stream-chat-android
6.5.3
jvm
switch theme
search in API
stream-chat-android-core
/
io.getstream.chat.android.core.internal.fsm
/
FiniteStateMachine
/
FiniteStateMachine
Finite
State
Machine
constructor
(
initialState
:
S
,
stateFunctions
:
Map
<
KClass
<
out
S
>
,
Map
<
KClass
<
out
E
>
,
StateFunction
<
S
,
E
>
>
>
,
defaultEventHandler
:
(
S
,
E
)
->
S
)
Parameters
initial
State
The initial state.