toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
PendingStateUpdate
Pending
State
Update
data
class
PendingStateUpdate
(
val
key
:
String
,
val
updater
:
StateUpdateApplier
,
val
isLayoutState
:
Boolean
,
val
isAsync
:
Boolean
,
val
isLazy
:
Boolean
=
false
,
val
attribution
:
String
?
=
null
)
Members
Constructors
Pending
State
Update
Link copied to clipboard
constructor
(
key
:
String
,
updater
:
StateUpdateApplier
,
isLayoutState
:
Boolean
,
isAsync
:
Boolean
,
isLazy
:
Boolean
=
false
,
attribution
:
String
?
=
null
)
Properties
attribution
Link copied to clipboard
val
attribution
:
String
?
=
null
is
Async
Link copied to clipboard
val
isAsync
:
Boolean
is
Layout
State
Link copied to clipboard
val
isLayoutState
:
Boolean
is
Lazy
Link copied to clipboard
val
isLazy
:
Boolean
=
false
key
Link copied to clipboard
val
key
:
String
updater
Link copied to clipboard
val
updater
:
StateUpdateApplier