stream-chat-android
Toggle table of contents
7.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
stream-chat-android
stream-chat-android-core
/
io.getstream.chat.android.core.internal.fsm.builder
/
FSMBuilder
/
stateFunctions
state
Functions
val
stateFunctions
:
MutableMap
<
KClass
<
out
STATE
>
,
Map
<
KClass
<
out
EVENT
>
,
StateFunction
<
STATE
,
EVENT
>
>
>