AndroidPreferences

class AndroidPreferences(val context: Context) : PreferencesInterface

Default Implementation of PreferencesInterface for android

Constructors

Link copied to clipboard
fun AndroidPreferences(context: Context)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun get(key: String): String
Link copied to clipboard
open override fun set(key: String, value: String)

Properties

Link copied to clipboard
val context: Context