SharedPreferencesStorage
class SharedPreferencesStorage(context: Context, purpose: String) : Storage
Content copied to clipboard
Functions
Link copied to clipboard
open override fun getBoolean(key: String, defaultValue: Boolean): Boolean
Content copied to clipboard
Retrieve a Boolean from app storage by a key.