DebugPrefs

class DebugPrefs(storage: Storage) : SettingsModel

Constructors

Link copied to clipboard
constructor(storage: Storage)

Properties

Link copied to clipboard
val advancedLogs: StorageSetting<Boolean>
Link copied to clipboard
val changes: Flow<SettingsChangeEvent<*>>
Link copied to clipboard
val debugDrawerExpandedIds: StorageSetting<Set<String>>
Link copied to clipboard
val forceIsProInDebug: StorageSetting<Boolean>
Link copied to clipboard
val settings: List<StorageSetting<*>>
Link copied to clipboard
val showDebugDrawer: StorageSetting<Boolean>
Link copied to clipboard
val showDebugOverlay: StorageSetting<Boolean>
Link copied to clipboard
val showDeveloperSettings: StorageSetting<Boolean>
Link copied to clipboard
val showRegionData: StorageSetting<Boolean>
Link copied to clipboard
val showRegionDevice: StorageSetting<Boolean>
Link copied to clipboard
val showRegionInformations: StorageSetting<Boolean>
Link copied to clipboard
val showRegionLogging: StorageSetting<Boolean>
Link copied to clipboard
val showRegionThemes: StorageSetting<Boolean>
Link copied to clipboard
val storage: Storage
Link copied to clipboard
val visualDebug: StorageSetting<Boolean>

Functions

Link copied to clipboard
inline fun <T : Enum<*>> enumPref(default: T, entries: List<T>, key: String?, cache: Boolean): StorageSetting<T>
Link copied to clipboard
fun onCreate(setting: StorageSetting<*>)
Link copied to clipboard