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 fun minimizeWindowContainer(): Boolean

Minimize the current WindowContainer, can only be used when there is a stage open

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

Minimize a WindowContainer by id and optional tag, can only be used when there is a stage open.

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

Link copied to clipboard
abstract fun restoreWindowContainer(): Boolean

Restore the current WindowContainer, can only be used when there is a stage open

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

Restore a WindowContainer by id and optional tag, can only be used when there is a stage open.