Skip to content

//workflow/com.squareup.workflow1.ui/WorkflowLayout/start

start

[androidJvm]
Content
fun start(renderings: Flow<Any>, registry: ViewRegistry)
More info

Subscribes to renderings, and uses registry to build a new view each time a new type of rendering is received, making that view the only child of this one.

[androidJvm]
Content
fun start(renderings: Flow<Any>, environment: ViewEnvironment = ViewEnvironment())
More info

Subscribes to renderings, and uses the ViewRegistry in the given environment to build a new view each time a new type of rendering is received, making that view the only child of this one.