Settings

class Settings

Settings class provides non-persistent, in-process key-value storage.

Functions

get
Link copied to clipboard
open fun get(key: String): Value
Return value for a key.
set
Link copied to clipboard
open fun set(key: String, value: Value)
Sets setting value for a specified key.