Package-level declarations
Types
Link copied to clipboard
The result of openStage
Link copied to clipboard
interface SpatialContainerScope
Interface defining the scope of a spatial container, such as a WindowContainer or Stage.
Link copied to clipboard
interface SpatialContainerStateManager
Provides the SpatialContainer's states by State.
Link copied to clipboard
interface SpatialNavigator
Navigator for spatial container
Link copied to clipboard
Interface representing the scope of a Stage, which extends the SpatialContainerScope
Link copied to clipboard
Stage's styles
Link copied to clipboard
interface UpperLimbRenderModeChangeListener
Listener for upper limb render mode change events.
Link copied to clipboard
interface WindowContainerParamsUpdater
Provides functionality to update and retrieve the mutable parameters of a WindowContainer
Link copied to clipboard
Interface representing the scope of a WindowContainer, which extends the SpatialContainerScope and WindowContainerConstraintsScope.
Properties
Functions
Link copied to clipboard
Close current Stage opened by app
Link copied to clipboard
Link copied to clipboard
suspend fun Context.openStage(id: String, style: StageStyle? = null, bundle: Bundle? = null, upperLimbRenderMode: UpperLimbRenderMode? = null): OpenStageResult
Open a Stage by id.
Link copied to clipboard