Package-level declarations

Types

Link copied to clipboard
@Stable
fun interface DeepLink<M : Any>
Link copied to clipboard
abstract class FloatingView
Link copied to clipboard
@Stable
actual class OrientationController
@Stable
expect class OrientationController
@Stable
actual class OrientationController
@Stable
actual class OrientationController
@Stable
actual class OrientationController
Link copied to clipboard
Link copied to clipboard
class PIPView(frame: CValue<CGRect>) : UIView, AVPictureInPictureSampleBufferPlaybackDelegateProtocol, AVPictureInPictureControllerDelegateProtocol

Functions

Link copied to clipboard
@Composable
fun FocusWindowEffect(block: (isFocus: Boolean) -> Unit)

当前屏幕或窗口是否处于焦点状态

Link copied to clipboard
@Composable
fun OffScreenWindowEffect(block: (isForeground: Boolean) -> Unit)

当前屏幕或窗口是否处于离屏状态

Link copied to clipboard
@Composable
fun rememberFocusWindowState(): State<Boolean>

当前屏幕或窗口是否处于焦点状态

Link copied to clipboard
@Composable
fun rememberOffScreenWindowState(): State<Boolean>

当前屏幕或窗口是否处于离屏状态