16 #ifndef ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SETTINGSTATUS_H_ 17 #define ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SETTINGSTATUS_H_ 48 return "LOCAL_CHANGE_IN_PROGRESS";
50 return "AVS_CHANGE_IN_PROGRESS";
52 return "SYNCHRONIZED";
54 return "NOT_AVAILABLE";
66 if (
"LOCAL_CHANGE_IN_PROGRESS" == statusString) {
68 }
else if (
"SYNCHRONIZED" == statusString) {
70 }
else if (
"AVS_CHANGE_IN_PROGRESS" == statusString) {
79 #endif // ALEXA_CLIENT_SDK_SETTINGS_INCLUDE_SETTINGS_SETTINGSTATUS_H_ The setting has either not been set and not been persisted in a storage or the setting is in an unkno...
The setting that was changed locally is being applied.
::std::string string
Definition: gtest-port.h:1097
The setting that was changed via cloud is being applied.
SettingStatus
Definition: SettingStatus.h:25
SettingStatus stringToSettingStatus(const std::string &statusString)
Definition: SettingStatus.h:65
std::string settingStatusToString(SettingStatus status)
Definition: SettingStatus.h:45
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
The setting has been set locally and synchronized with AVS.