Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class SettingsChangeEvent<T>(val setting: StorageSetting<T>, val value: T)
Link copied to clipboard
Link copied to clipboard
abstract class SettingsModel(val storage: Storage)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T : Enum<*>> SettingsModel.enumPref(default: T, key: String? = null, cache: Boolean = storage.cache): StorageSetting<T>

Delegate enum property

Link copied to clipboard
Link copied to clipboard