comicviewer
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
comicviewer
usecase
/
com.sorrowblue.comicviewer.domain.usecase.settings
/
ManageWindowSettingsUseCase
Manage
Window
Settings
Use
Case
jvm
interface
ManageWindowSettingsUseCase
:
ManageSettingsUseCase
<
WindowSettings
>
Members
Properties
settings
Link copied to clipboard
jvm
abstract
val
settings
:
Flow
<
WindowSettings
>
Functions
edit
Link copied to clipboard
jvm
abstract
suspend
fun
edit
(
action
:
(
WindowSettings
)
->
WindowSettings
)