@Retention(value=CLASS) public @interface ShouldUpdate
Modifier and Type | Optional Element and Description |
---|---|
boolean |
onMount
Deprecated.
this param is ignored. MountSpecs with pureRender will now always check
shouldUpdate on the main thread if the information from layout isn't able to be used.
|
public abstract boolean onMount
MountSpec
. Will be ignored for
LayoutSpec
types.