16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_GLOBALSETTINGSOBSERVERINTERFACE_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_GLOBALSETTINGSOBSERVERINTERFACE_H_ 19 #include <unordered_map> 23 namespace sdkInterfaces {
38 virtual void onSettingChanged(
const std::unordered_map<std::string, std::string>& mapOfSettings) = 0;
44 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_SDKINTERFACES_INCLUDE_AVSCOMMON_SDKINTERFACES_GLOBALSETTINGSOBSERVERINTERFACE_H_ virtual void onSettingChanged(const std::unordered_map< std::string, std::string > &mapOfSettings)=0
Definition: GlobalSettingsObserverInterface.h:27
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
virtual ~GlobalSettingsObserverInterface()=default