Skip to content

//workflow/com.squareup.workflow1.ui.androidx

Package com.squareup.workflow1.ui.androidx

Types

Name Summary
WorkflowAndroidXSupport [androidJvm]
Content
object WorkflowAndroidXSupport
More info
Namespace for some helper functions for interacting with the AndroidX libraries.


WorkflowLifecycleOwner [androidJvm]
Content
@WorkflowUiExperimentalApi()

interface WorkflowLifecycleOwner : LifecycleOwner
More info
An extension of LifecycleOwner that is always owned by a View, is logically a child lifecycle of the next-nearest ViewTreeLifecycleOwner above it (it mirrors its parent’s lifecycle until it’s destroyed), and can be asked to destroy itself early.