Package-level declarations
Types
Link copied to clipboard
class BoolPreference(preferences: SharedPreferences, key: String, defaultValue: Boolean) : ReadWriteProperty<Any, Boolean>
Link copied to clipboard
class LongPreference(preferences: SharedPreferences, key: String?, defaultValue: Long = 0) : ReadWriteProperty<Any, Long>
Link copied to clipboard
class StringPreference(preferences: SharedPreferences, key: String?, defaultValue: String = "") : ReadWriteProperty<Any, String>