PrefDb

interface PrefDb

Functions

Link copied to clipboard
abstract fun createOrUpdate(key: String, value: String)
Link copied to clipboard
abstract fun getPref(key: String): String?
abstract fun getPref(key: String, defaultValue: String): String