new GetUserSettingsRequest(storageKey, settingName)
Object GetUserSettingsRequest
Usage:
RestApiService.getUserSettingsService().getUserSettings(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
storageKey |
string | Identifies the key used to persist data on the server. This must be created using the storagekey attribute in the saveUserSettings function. |
settingName |
string | Identifies the specific setting for the value in storagekey. This must be created using the settingname attribute in the saveUserSettings function. |
- Since:
- 4.0.0