Property | Type | Description | |
---|---|---|---|
KEY_CURRENT_LANGUAGE_ID | string |
Method | 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 | |
return | bool |
public static Get ( Android.Content.Context context, string name, string defaultValue ) : string | ||
context | Android.Content.Context | |
name | string | |
defaultValue | string | |
return | string |
public static GetPref ( Android.Content.Context context ) : ISharedPreferences | ||
context | Android.Content.Context | |
return | ISharedPreferences |
public static Put ( Android.Content.Context context, string name, bool value ) : void | ||
context | Android.Content.Context | |
name | string | |
value | bool | |
return | void |
public static Put ( Android.Content.Context context, string name, string value ) : void | ||
context | Android.Content.Context | |
name | string | |
value | string | |
return | void |
public static Remove ( Android.Content.Context context, string name ) : void | ||
context | Android.Content.Context | |
name | string | |
return | void |