StringSetting

class StringSetting(key: Int, default: String, resources: Resources, preference: SharedPreferences) : AbstractSetting<String>

Since

v1.3.0

See also

Constructors

Link copied to clipboard
constructor(key: Int, default: String, resources: Resources, preference: SharedPreferences)

Properties

Link copied to clipboard
open override val flow: Flow<String>

Readonly observable to listen for changes for the setting

Link copied to clipboard
open override var value: String

Allow you to set a value for the setting or access a snapshot value of the setting