Summary
Provides access to the
Xamarin.Essentials.Preferences
API.
- Assembly
- Rocket
.Surgery .Xamarin .Essentials .dll - Namespace
- Rocket
.Surgery .Xamarin .Essentials - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IPreferences"]
click Interface0 "/api/Rocket.Surgery.Xamarin.Essentials.Abstractions/IPreferences"
Type["PreferencesEssential"]
class Type type-node
Syntax
public class PreferencesEssential : IPreferences
Constructors
Name | Summary |
---|---|
PreferencesEssential |
Methods
Name | Value | Summary |
---|---|---|
Clear |
void | |
Clear |
void | |
ContainsKey |
bool | |
ContainsKey |
bool | |
Get |
bool | |
Get |
bool | |
Get |
DateTime | |
Get |
DateTime | |
Get |
double | |
Get |
double | |
Get |
float | |
Get |
float | |
Get |
int | |
Get |
int | |
Get |
long | |
Get |
long | |
Get |
string | |
Get |
string | |
Remove |
void | |
Remove |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void | |
Set |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|