Refractored.Xam.Settings.Abstractions
Main interface for settings
Gets the current value or the default that you specify.
Vaue of t (bool, int, float, long, string)
Key for settings
default value if not set
Value or default
Adds or updates the value
Key for settting
Value to set
True of was added or updated and you need to save it.
Adds or updates the value
Key for settting
Value to set
True of was added or updated and you need to save it.
Removes a desired key from the settings
Key for setting
Saves any changes out.