Skip to content

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

start

[androidJvm]
Content
@WorkflowUiExperimentalApi()

fun View.start()
More info

This will be deprecated in favor of ScreenViewFactory.startShowing very soon.

Note that WorkflowViewStub calls this method for you.

Makes the initial call to View.showRendering, along with any wrappers that have been added via ViewRegistry.buildView, or DecorativeViewFactory.viewStarter.

  • It is an error to call this method more than once.
  • It is an error to call [View.showRendering](show-rendering.md) without having called this method first.