Orbit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Orbit
orbit-foundation
/
com.aman.orbit.foundation
/
Orbit
Orbit
@
Stable
class
Orbit
Members
Types
Builder
Link copied to clipboard
class
Builder
Properties
default
Nav
Decoration
Link copied to clipboard
val
defaultNavDecoration
:
NavDecoration
on
Unavailable
Content
Link copied to clipboard
val
onUnavailableContent
:
@
Composable
(
Screen
,
Modifier
)
->
Unit
screen
Json
Link copied to clipboard
val
screenJson
:
Json
Functions
new
Builder
Link copied to clipboard
fun
newBuilder
(
)
:
Orbit.Builder
presenter
Link copied to clipboard
fun
presenter
(
screen
:
Screen
,
navigator
:
Navigator
,
context
:
OrbitContext
=
OrbitContext.root()
)
:
Presenter
<
*
>
?
ui
Link copied to clipboard
fun
ui
(
screen
:
Screen
,
context
:
OrbitContext
=
OrbitContext.root()
)
:
Ui
<
*
>
?