Rachel
Toggle table of contents
3.5.0
android
common
desktop
ios
web
Target filter
android
common
desktop
ios
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.core
/
love.yinlin.compose
Package-level
declarations
Types
Functions
Types
Fixup
Link copied to clipboard
android
common
desktop
ios
web
@
Stable
actual
object
Fixup
@
Stable
expect
object
Fixup
@
Stable
actual
object
Fixup
@
Stable
actual
object
Fixup
@
Stable
actual
object
Fixup
Launch
Flag
Link copied to clipboard
@
Stable
data
class
LaunchFlag
(
value
:
Atomic
<
Boolean
>
=
atomic(false)
)
Functions
Off
Screen
Effect
Link copied to clipboard
@
Composable
inline
fun
OffScreenEffect
(
crossinline
block
:
(
isForeground
:
Boolean
)
->
Unit
)
remember
Off
Screen
State
Link copied to clipboard
@
Composable
fun
rememberOffScreenState
(
)
:
Boolean