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