toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
ComponentTreeHolder
/
Companion
Companion
object
Companion
Members
Properties
ACQUIRE_STATE_HANDLER_ON_RELEASE
Link copied to clipboard
const
val
ACQUIRE_STATE_HANDLER_ON_RELEASE
:
String
PREVENT_RELEASE_TAG
Link copied to clipboard
const
val
PREVENT_RELEASE_TAG
:
String
RENDER_ADDED
Link copied to clipboard
const
val
RENDER_ADDED
:
Int
=
1
RENDER_DRAWN
Link copied to clipboard
const
val
RENDER_DRAWN
:
Int
=
2
RENDER_UNINITIALIZED
Link copied to clipboard
const
val
RENDER_UNINITIALIZED
:
Int
=
0
Functions
create
Link copied to clipboard
@
JvmStatic
fun
create
(
configuration
:
ComponentsConfiguration
)
:
ComponentTreeHolder.Builder