Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.debug
/
DebugPrefs
Debug
Prefs
class
DebugPrefs
(
storage
:
Storage
)
:
SettingsModel
Members
Constructors
Debug
Prefs
Link copied to clipboard
constructor
(
storage
:
Storage
)
Properties
advanced
Logs
Link copied to clipboard
val
advancedLogs
:
StorageSetting
<
Boolean
>
changes
Link copied to clipboard
val
changes
:
Flow
<
SettingsChangeEvent
<
*
>
>
debug
Drawer
Expanded
Ids
Link copied to clipboard
val
debugDrawerExpandedIds
:
StorageSetting
<
Set
<
String
>
>
force
Is
Pro
In
Debug
Link copied to clipboard
val
forceIsProInDebug
:
StorageSetting
<
Boolean
>
settings
Link copied to clipboard
val
settings
:
List
<
StorageSetting
<
*
>
>
show
Debug
Drawer
Link copied to clipboard
val
showDebugDrawer
:
StorageSetting
<
Boolean
>
show
Debug
Overlay
Link copied to clipboard
val
showDebugOverlay
:
StorageSetting
<
Boolean
>
show
Developer
Settings
Link copied to clipboard
val
showDeveloperSettings
:
StorageSetting
<
Boolean
>
show
Region
Data
Link copied to clipboard
val
showRegionData
:
StorageSetting
<
Boolean
>
show
Region
Device
Link copied to clipboard
val
showRegionDevice
:
StorageSetting
<
Boolean
>
show
Region
Informations
Link copied to clipboard
val
showRegionInformations
:
StorageSetting
<
Boolean
>
show
Region
Logging
Link copied to clipboard
val
showRegionLogging
:
StorageSetting
<
Boolean
>
show
Region
Themes
Link copied to clipboard
val
showRegionThemes
:
StorageSetting
<
Boolean
>
storage
Link copied to clipboard
val
storage
:
Storage
visual
Debug
Link copied to clipboard
val
visualDebug
:
StorageSetting
<
Boolean
>
Functions
enum
Pref
Link copied to clipboard
inline
fun
<
T
:
Enum
<
*
>
>
enumPref
(
default
:
T
,
entries
:
List
<
T
>
,
key
:
String
?
,
cache
:
Boolean
)
:
StorageSetting
<
T
>
on
Create
Link copied to clipboard
fun
onCreate
(
setting
:
StorageSetting
<
*
>
)
remove
Deprecated
Keys
From
File
Link copied to clipboard
suspend
fun
removeDeprecatedKeysFromFile
(
)