public class RenderSectionEvent
extends java.lang.Object
Event
that gets triggered by a com.facebook.litho.sections.annotations.GroupSectionSpec
to render the section of the com.facebook.litho.sections.fb.datasources.GraphQLRootQuerySectionSpec
result.Modifier and Type | Class and Description |
---|---|
static class |
RenderSectionEvent.DataSource |
static class |
RenderSectionEvent.FetchState |
static class |
RenderSectionEvent.FetchType |
Modifier and Type | Field and Description |
---|---|
RenderSectionEvent.DataSource |
dataSource |
java.lang.Throwable |
error |
RenderSectionEvent.FetchType |
fetchType |
java.lang.Object |
lastNonNullModel |
java.lang.Object |
model |
RenderSectionEvent.FetchState |
state |
Constructor and Description |
---|
RenderSectionEvent() |
public java.lang.Object model
public java.lang.Object lastNonNullModel
public RenderSectionEvent.FetchState state
public java.lang.Throwable error
public RenderSectionEvent.DataSource dataSource
public RenderSectionEvent.FetchType fetchType