Method | Description | |
---|---|---|
ReadResetSettingsValue ( string key ) : object |
Function to read a setting value and clear it after reading it
|
|
SaveSettingsValue ( string key, object value ) : void |
Save a key value pair in settings. Create if it doesn't exist
|
public static ReadResetSettingsValue ( string key ) : object | ||
key | string | |
return | object |
public static SaveSettingsValue ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |