Package com. squareup. workflow1. ui. backstack
Types
Back Stack Config
Link copied to clipboard
Informs views whether they're children of a BackStackContainer, and if so whether they're the first frame or not.
Back Stack Container
Link copied to clipboard
@WorkflowUiExperimentalApi
Content copied to clipboard
A container view that can display a stream of BackStackScreen instances.
View State Cache
Link copied to clipboard
Handles persistence chores for container views that manage a set of Named renderings, showing a view for one at a time -- think back stacks or tab sets.
Functions
with Back Stack State Key Prefix
Link copied to clipboard
fun ViewEnvironment.withBackStackStateKeyPrefix(prefix: String): ViewEnvironment
Content copied to clipboard
Sets a disambiguation prefix used by BackStackContainer when managing androidx.savedstate.SavedStateRegistryOwner. Allows parent containers to use multiple BackStackContainer instances at once.