litho-testing
0.47.0
litho-testing
/
com.facebook.litho.testing
/
LegacyLithoViewRule
/
setRoot
set
Root
fun
setRoot
(
component
:
Component
?
)
:
LegacyLithoViewRule
Sets the new root
Component
to render.
fun
setRoot
(
builder
:
Component.Builder
<
*
>
)
:
LegacyLithoViewRule
Sets the new root
Component.Builder
to render.