create
Create a new LithoView instance and initialize it with the given Component root.
Return
Parameters
context
Android Context.
component
The root component to draw.
open fun create(context: Context, component: Component, controller: LithoVisibilityEventsController): LithoView
Create a new LithoView instance and initialize it with the given Component root.
Return
Parameters
context
component
The root component to draw.
open fun create(context: ComponentContext, component: Component, controller: LithoVisibilityEventsController): LithoView
Creates a new LithoView and sets a new ComponentTree on it. The ComponentTree is subscribed to the given LithoVisibilityEventsController instance.
Create a new LithoView instance and initialize it with a custom ComponentTree.