SpatialNavigator

Navigator for spatial container

Functions

Link copied to clipboard
abstract suspend fun closeStage()

Close the current Stage opened by app

Link copied to clipboard
abstract fun closeWindowContainer()

Close the current WindowContainer

abstract fun closeWindowContainer(id: String, tag: String? = null)

Close a WindowContainer by id and optional tag

Link copied to clipboard
abstract suspend fun openStage(id: String, style: StageStyle? = null, bundle: Bundle? = null, upperLimbRenderMode: UpperLimbRenderMode = UpperLimbRenderMode.Default): OpenStageResult

Open a Stage by id

Link copied to clipboard
abstract fun openWindowContainer(id: String, tag: String? = null, bundle: Bundle? = null)

Open a WindowContainer by id and optional tag