toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho.effects
Package-level
declarations
Functions
Functions
use
Effect
Link copied to clipboard
fun
LayoutScope
.
useEffect
(
onAttach
:
(
)
->
CleanupFunc
?
)
fun
LayoutScope
.
useEffect
(
vararg
deps
:
Any
?
,
onAttach
:
(
)
->
CleanupFunc
?
)
Registers a callback to perform side-effects from the Layout Behaviour of a Primitive Component.