toggle menu
Litho
jvm
switch theme
search in API
litho-annotations
/
com.facebook.litho.annotations
/
ShouldUpdate
Should
Update
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
ShouldUpdate
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
on
Mount
Link copied to clipboard
abstract
fun
onMount
(
)
:
Boolean
Note:
This should only be set in the context of
MountSpec
.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String