public class ConnectionStateEvent extends Object
Event
that gets triggered by the com.facebook.litho.sections.fb.datasources.BaseGraphQLConnectionSectionServiceListener
in com.facebook.litho.sections.fb.datasources.BaseGraphQLConnectionSection
as the connection state
of com.facebook.litho.sections.fb.datasources.GraphQLConnectionService
changes.Modifier and Type | Field and Description |
---|---|
Object |
connectionData |
RenderSectionEvent.DataSource |
dataSource |
Throwable |
fetchError |
RenderSectionEvent.FetchState |
fetchState |
RenderSectionEvent.FetchType |
fetchType |
boolean |
isEmpty |
Constructor and Description |
---|
ConnectionStateEvent() |
public RenderSectionEvent.FetchState fetchState
public Object connectionData
public boolean isEmpty
public Throwable fetchError
public RenderSectionEvent.DataSource dataSource
public RenderSectionEvent.FetchType fetchType