IntSetting

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

Since

v1.3.0

See also

Constructors

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

Properties

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

Readonly observable to listen for changes for the setting

Link copied to clipboard
open override var value: Int

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