Rachel
Toggle table of contents
3.6.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.screen
/
love.yinlin.compose.screen
Package-level
declarations
Types
Functions
Types
Basic
Screen
Link copied to clipboard
@
Stable
abstract
class
BasicScreen
:
ViewModel
Clear
Policy
Link copied to clipboard
@
Stable
enum
ClearPolicy
:
Enum
<
ClearPolicy
>
屏幕清理策略
Data
Source
Link copied to clipboard
@
Stable
interface
DataSource
数据源
Multi
Data
Source
Link copied to clipboard
@
Stable
class
MultiDataSource
(
val
sources
:
DataSource
)
:
DataSource
多源数据源
Navigation
Policy
Link copied to clipboard
@
Stable
class
NavigationPolicy
屏幕导航策略
Navigation
Screen
Link copied to clipboard
@
Stable
abstract
class
NavigationScreen
:
BasicScreen
Screen
Link copied to clipboard
@
Stable
abstract
class
Screen
:
BasicScreen
Screen404
Link copied to clipboard
@
Stable
class
Screen404
:
BasicScreen
Screen
Manager
Link copied to clipboard
@
Stable
class
ScreenManager
Screen
Map
Link copied to clipboard
@
Stable
class
ScreenMap
Screen
Slot
Link copied to clipboard
@
Stable
class
ScreenSlot
(
scope
:
CoroutineScope
)
Sub
Screen
Link copied to clipboard
@
Stable
abstract
class
SubScreen
(
val
parent
:
NavigationScreen
)
Functions
remember
Compatible
View
Model
Store
Nav
Entry
Decorator
Link copied to clipboard
@
Composable
fun
<
T
:
Any
>
rememberCompatibleViewModelStoreNavEntryDecorator
(
)
:
ViewModelStoreNavEntryDecorator
<
T
>