![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <SingleSettingObserverInterface.h>
Public Member Functions | |
virtual | ~SingleSettingObserverInterface ()=default |
virtual void | onSettingChanged (const std::string &key, const std::string &value)=0 |
The interface for observer of a single setting.
|
virtualdefault |
Destructor
|
pure virtual |
The callback executed when a setting is changed.
key | The name of the Setting. |
value | The value to which the setting has to be changed. |
Implemented in alexaClientSDK::sampleApplications::common::UIManager.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0