comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
model
/
com.sorrowblue.comicviewer.domain.model.settings
/
Settings
Settings
@
Serializable
data
class
Settings
(
val
doneTutorial
:
Boolean
=
false
,
val
useAuth
:
Boolean
=
false
,
val
restoreOnLaunch
:
Boolean
=
false
)
Members
Constructors
Settings
Link copied to clipboard
constructor
(
doneTutorial
:
Boolean
=
false
,
useAuth
:
Boolean
=
false
,
restoreOnLaunch
:
Boolean
=
false
)
Properties
done
Tutorial
Link copied to clipboard
val
doneTutorial
:
Boolean
restore
On
Launch
Link copied to clipboard
val
restoreOnLaunch
:
Boolean
use
Auth
Link copied to clipboard
val
useAuth
:
Boolean