Rachel
Toggle table of contents
3.6.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.window
Package-level
declarations
Types
Functions
Types
Deep
Link
Link copied to clipboard
@
Stable
fun
interface
DeepLink
<
M
:
Any
>
Floating
View
Link copied to clipboard
android
abstract
class
FloatingView
Orientation
Controller
Link copied to clipboard
android
common
desktop
ios
web
@
Stable
actual
class
OrientationController
@
Stable
expect
class
OrientationController
@
Stable
actual
class
OrientationController
@
Stable
actual
class
OrientationController
@
Stable
actual
class
OrientationController
Picture
In
Picture
Delegate
Link copied to clipboard
ios
interface
PictureInPictureDelegate
PIPView
Link copied to clipboard
ios
class
PIPView
(
frame
:
CValue
<
CGRect
>
)
:
UIView
,
AVPictureInPictureSampleBufferPlaybackDelegateProtocol
,
AVPictureInPictureControllerDelegateProtocol
Functions
Focus
Window
Effect
Link copied to clipboard
@
Composable
fun
FocusWindowEffect
(
block
:
(
isFocus
:
Boolean
)
->
Unit
)
当前屏幕或窗口是否处于焦点状态
Off
Screen
Window
Effect
Link copied to clipboard
@
Composable
fun
OffScreenWindowEffect
(
block
:
(
isForeground
:
Boolean
)
->
Unit
)
当前屏幕或窗口是否处于离屏状态
remember
Focus
Window
State
Link copied to clipboard
@
Composable
fun
rememberFocusWindowState
(
)
:
State
<
Boolean
>
当前屏幕或窗口是否处于焦点状态
remember
Off
Screen
Window
State
Link copied to clipboard
@
Composable
fun
rememberOffScreenWindowState
(
)
:
State
<
Boolean
>
当前屏幕或窗口是否处于离屏状态