toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.socket.common.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.