public class RenderResult
extends java.lang.Object
Component.render(com.facebook.litho.RenderStateContext, com.facebook.litho.ComponentContext, int, int)
call. This will be the Component this component rendered
to, potentially as well as other non-Component metadata that resulted from that call, such as
transitions that should be applied.Modifier and Type | Field and Description |
---|---|
Component |
component |
java.util.List<Transition> |
transitions |
java.util.List<com.facebook.litho.Attachable> |
useEffectEntries |
Constructor and Description |
---|
RenderResult(Component component) |
RenderResult(Component component,
java.util.List<Transition> transitions,
java.util.List<com.facebook.litho.Attachable> useEffectEntries) |
public final Component component
public final java.util.List<Transition> transitions
public final java.util.List<com.facebook.litho.Attachable> useEffectEntries
public RenderResult(Component component)
public RenderResult(Component component, java.util.List<Transition> transitions, java.util.List<com.facebook.litho.Attachable> useEffectEntries)