Orbit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Orbit
orbit-runtime
/
com.aman.orbit.runtime
/
OrbitContext
Orbit
Context
class
OrbitContext
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Properties
parent
Link copied to clipboard
val
parent
:
OrbitContext
?
Functions
child
Link copied to clipboard
fun
child
(
)
:
OrbitContext
clear
Tags
Link copied to clipboard
fun
clearTags
(
)
put
Tag
Link copied to clipboard
fun
<
T
:
Any
>
putTag
(
type
:
KClass
<
T
>
,
value
:
T
?
)
put
Tag
Link copied to clipboard
inline
fun
<
T
:
Any
>
OrbitContext
.
putTag
(
value
:
T
?
)
tag
Link copied to clipboard
fun
<
T
:
Any
>
tag
(
type
:
KClass
<
T
>
)
:
T
?
tag
Link copied to clipboard
inline
fun
<
T
:
Any
>
OrbitContext
.
tag
(
)
:
T
?