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