AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::settings::SettingConfiguration< SettingsT > Struct Template Reference

#include <SettingsManager.h>

Collaboration diagram for alexaClientSDK::settings::SettingConfiguration< SettingsT >:
Collaboration graph
[legend]

Public Attributes

std::shared_ptr< SettingsT > setting
 The setting configured. More...
 
avsCommon::utils::Optional< settings::SettingEventMetadatametadata
 The setting metadata. More...
 

Detailed Description

template<typename SettingsT>
struct alexaClientSDK::settings::SettingConfiguration< SettingsT >

Structure to save a specific setting and its configuration.

Template Parameters
SettingsTThe type of the setting.

Member Data Documentation

◆ metadata

The setting metadata.

◆ setting

template<typename SettingsT >
std::shared_ptr<SettingsT> alexaClientSDK::settings::SettingConfiguration< SettingsT >::setting

The setting configured.


The documentation for this struct 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