toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
StateContainer
State
Container
abstract
class
StateContainer
:
Cloneable
Implemented by the class used to store state within both Components and Sections to store state.
Inheritors
KStateContainer
Members
Constructors
State
Container
Link copied to clipboard
constructor
(
)
Types
State
Update
Link copied to clipboard
class
StateUpdate
(
val
type
:
Int
,
params
:
Any
)
:
StateUpdateApplier
Functions
apply
State
Update
Link copied to clipboard
abstract
fun
applyStateUpdate
(
stateUpdate
:
StateContainer.StateUpdate
)
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
StateContainer