Module: UserData
Methods
-
<static> getPreference(key)
-
Parameters:
Name |
Type |
Description |
key |
string
|
|
- Source:
-
Returns:
-
Type
-
dynamic
-
<static> loadFromJSON(json)
-
Parameters:
Name |
Type |
Description |
json |
dynamic
|
|
- Source:
-
Returns:
-
Type
-
void
-
<static> loadFromRegistry(id)
-
Parameters:
Name |
Type |
Description |
id |
string
|
|
- Source:
-
Returns:
-
Type
-
void
-
<static> removeFromRegistry()
-
- Source:
-
Returns:
-
Type
-
void
-
<static> saveToRegistry()
-
- Source:
-
Returns:
-
Type
-
void
-
<static> setActive()
-
- Source:
-
Returns:
-
Type
-
void
-
<static> setDataFromJSON()
-
- Source:
-
Returns:
-
Type
-
void
-
<static> setPreference(key, value)
-
Parameters:
Name |
Type |
Description |
key |
string
|
|
value |
string
|
|
- Source:
-
Returns:
-
Type
-
dynamic
-
<static> setServer(hostname)
-
Parameters:
Name |
Type |
Description |
hostname |
string
|
|
- Source:
-
Returns:
-
Type
-
void