comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
ui
/
com.sorrowblue.comicviewer.framework.ui.navigation
/
Navigator
Navigator
class
Navigator
(
val
state
:
NavigationState
)
Handles navigation events (forward and back) by updating the navigation state.
Members
Constructors
Navigator
Link copied to clipboard
constructor
(
state
:
NavigationState
)
Properties
back
Stack
Link copied to clipboard
val
backStack
:
NavBackStack
<
NavKey
>
state
Link copied to clipboard
val
state
:
NavigationState
top
Level
Key
Link copied to clipboard
val
topLevelKey
:
NavKey
top
Level
Routes
Link copied to clipboard
val
topLevelRoutes
:
Set
<
NavigationKey
>
Functions
go
Back
Link copied to clipboard
fun
goBack
(
)
navigate
Link copied to clipboard
fun
navigate
(
route
:
NavKey
)
pop
Link copied to clipboard
inline
fun
<
T
:
NavKey
>
pop
(
inclusive
:
Boolean
)
pop
Navigate
Link copied to clipboard
inline
fun
<
T
:
NavKey
>
popNavigate
(
route
:
NavKey
)