Skip to content

//workflow/com.squareup.workflow1.ui/WorkflowUiExperimentalApi

WorkflowUiExperimentalApi

[jvm] @Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS])

annotation class WorkflowUiExperimentalApi

Marks Workflow user interface APIs which are still in flux. Annotated code SHOULD NOT be used in library code or app code that you are not prepared to update when changing even minor workflow versions. Proceed with caution, and be ready to have the rug pulled out from under you.

Constructors

WorkflowUiExperimentalApi [jvm] fun WorkflowUiExperimentalApi()