Свойство | Type | Description | |
---|---|---|---|
KEY_CURRENT_LANGUAGE_ID | string |
Méthode | Description | |
---|---|---|
Contains ( Android.Content.Context context, string name ) : bool | ||
Get ( Android.Content.Context context, string name, string defaultValue ) : string | ||
GetPref ( Android.Content.Context context ) : ISharedPreferences | ||
Put ( Android.Content.Context context, string name, bool value ) : void | ||
Put ( Android.Content.Context context, string name, string value ) : void | ||
Remove ( Android.Content.Context context, string name ) : void |
public static Contains ( Android.Content.Context context, string name ) : bool | ||
context | Android.Content.Context | |
name | string | |
Résultat | bool |
public static Get ( Android.Content.Context context, string name, string defaultValue ) : string | ||
context | Android.Content.Context | |
name | string | |
defaultValue | string | |
Résultat | string |
public static GetPref ( Android.Content.Context context ) : ISharedPreferences | ||
context | Android.Content.Context | |
Résultat | ISharedPreferences |
public static Put ( Android.Content.Context context, string name, bool value ) : void | ||
context | Android.Content.Context | |
name | string | |
value | bool | |
Résultat | void |
public static Put ( Android.Content.Context context, string name, string value ) : void | ||
context | Android.Content.Context | |
name | string | |
value | string | |
Résultat | void |
public static Remove ( Android.Content.Context context, string name ) : void | ||
context | Android.Content.Context | |
name | string | |
Résultat | void |