AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::SingleSettingObserverInterface Class Referenceabstract

#include <SingleSettingObserverInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::sdkInterfaces::SingleSettingObserverInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~SingleSettingObserverInterface ()=default
 
virtual void onSettingChanged (const std::string &key, const std::string &value)=0
 

Detailed Description

The interface for observer of a single setting.

Constructor & Destructor Documentation

◆ ~SingleSettingObserverInterface()

virtual alexaClientSDK::avsCommon::sdkInterfaces::SingleSettingObserverInterface::~SingleSettingObserverInterface ( )
virtualdefault

Destructor

Member Function Documentation

◆ onSettingChanged()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::SingleSettingObserverInterface::onSettingChanged ( const std::string &  key,
const std::string &  value 
)
pure virtual

The callback executed when a setting is changed.

Parameters
keyThe name of the Setting.
valueThe value to which the setting has to be changed.

Implemented in alexaClientSDK::sampleApplications::common::UIManager.


The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0