LithoVisibilityEventsControllerDelegate
Default LithoVisibilityEventsController implementation. Defines the standard state changes for a Litho ComponentTree. A custom LithoVisibilityEventsController implementation can change the lifecycle state but delegate to this to handle the effects of the state change. See an example of how this facilitates a custom lifecycle implementation in AOSPLithoVisibilityEventsController.
Types
Functions
Link copied to clipboard
Link copied to clipboard
open override fun moveToVisibilityState(newVisibilityState: LithoVisibilityEventsController.LithoVisibilityState)
Link copied to clipboard