save

abstract fun save(value: String?): Boolean

Should save a new value for the setting.

Return

true if local value was changed, false otherwise.

Parameters

value

the new value to be stored in the local store. If value not present or deleted, will be null.