PreferencesInterface

interface PreferencesInterface

Interface for preferences

Functions

Link copied to clipboard
abstract fun get(key: String): String

Retrieve a String value from the preferences.

Link copied to clipboard
abstract fun set(key: String, value: String)

Set a String value in the preferences

Inheritors

Link copied to clipboard