toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
TreeState
/
createOrGetInitialHookState
create
Or
Get
Initial
Hook
State
fun
<
T
>
createOrGetInitialHookState
(
key
:
String
,
kStateIndex
:
Int
,
initializer
:
HookInitializer
<
T
>
,
isNestedTree
:
Boolean
,
componentName
:
String
)
:
ComponentState
<
KStateContainer
>