getViewAfterStateUpdate
Call a state update as specified in performStateUpdate on the component and return the updated view.
Return
the updated LithoView after the state update was applied
Parameters
context
the component to update
implementation of StateUpdater that triggers the state update
shadow looper to post messages to the main thread
Returns a LithoView after all outstanding asynchronous state updates are performed.
Return
the updated LithoView after the state update was applied
Parameters
context
the component to update
Call a state update as specified in performStateUpdate on the component and return the updated view.
Return
the updated LithoView after the state update was applied
Parameters
context
the component to update
implementation of StateUpdater that triggers the state update
Call a state update as specified in performStateUpdate on the component and return the updated view with the option to incrementally mount.
Return
the updated LithoView after the state update was applied
Parameters
context
the component to update
implementation of StateUpdater that triggers the state update
whether or not to enable incremental mount for the component
Call a state update as specified in performStateUpdate on the component and return the updated view with the option to incrementally mount.
Return
the updated LithoView after the state update was applied
Parameters
context
the component to update
implementation of StateUpdater that triggers the state update
shadow looper to post messages to the main thread
whether or not to enable incremental mount for the component
Call a state update as specified in performStateUpdate on the component and return the updated view with the option to incrementally mount.
Return
the updated LithoView after the state update was applied
Parameters
context
the component to update
implementation of StateUpdater that triggers the state update
shadow loopers to post messages to the main thread, run in the same order they are specified
whether or not to enable incremental mount for the component