AndroidKVS

class AndroidKVS(sharedPreferences: SharedPreferences) : KeyValueStore

Functions

Link copied to clipboard
open override fun getLong(key: String, defaultVal: Long): Long
Link copied to clipboard
open override fun putLong(key: String, value: Long): Boolean