AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Typedefs | Variables
initial values for each setting type.

Typedefs

using alexaClientSDK::settings::test::SettingInt = SettingStub< int >
 
using alexaClientSDK::settings::test::SettingString = SettingStub< std::string >
 
using alexaClientSDK::settings::test::SettingBool = MockSetting< bool >
 

Variables

constexpr auto alexaClientSDK::settings::test::INIT_ALARM_VOLUME_RAMP = types::AlarmVolumeRampTypes::NONE
 
constexpr WakeWordConfirmationSettingType alexaClientSDK::settings::test::INIT_WAKEWORD_CONFIRMATION = WakeWordConfirmationSettingType::NONE
 
const std::string alexaClientSDK::settings::test::INIT_TIMEZONE = "Canada/Eastern"
 Define initial values for timezone. More...
 
constexpr auto alexaClientSDK::settings::test::NEW_ALARM_VOLUME_RAMP = types::AlarmVolumeRampTypes::ASCENDING
 
const std::string alexaClientSDK::settings::test::NEW_TIMEZONE = "Canada/Pacific"
 Define updated values for each timezone. More...
 
constexpr int alexaClientSDK::settings::test::INITIAL_INT_VALUE = 20
 
constexpr int alexaClientSDK::settings::test::NEW_INT_VALUE = -20
 
constexpr int alexaClientSDK::settings::test::DEFAULT_INT_VALUE = 0
 
constexpr char alexaClientSDK::settings::test::DEFAULT_CHAR_VALUE = 'a'
 

Detailed Description

Typedef Documentation

◆ SettingBool

◆ SettingInt

◆ SettingString

Variable Documentation

◆ DEFAULT_CHAR_VALUE

constexpr char alexaClientSDK::settings::test::DEFAULT_CHAR_VALUE = 'a'

◆ DEFAULT_INT_VALUE

constexpr int alexaClientSDK::settings::test::DEFAULT_INT_VALUE = 0

◆ INIT_ALARM_VOLUME_RAMP

constexpr auto alexaClientSDK::settings::test::INIT_ALARM_VOLUME_RAMP = types::AlarmVolumeRampTypes::NONE

◆ INIT_TIMEZONE

const std::string alexaClientSDK::settings::test::INIT_TIMEZONE = "Canada/Eastern"

Define initial values for timezone.

◆ INIT_WAKEWORD_CONFIRMATION

constexpr WakeWordConfirmationSettingType alexaClientSDK::settings::test::INIT_WAKEWORD_CONFIRMATION = WakeWordConfirmationSettingType::NONE

◆ INITIAL_INT_VALUE

constexpr int alexaClientSDK::settings::test::INITIAL_INT_VALUE = 20

◆ NEW_ALARM_VOLUME_RAMP

constexpr auto alexaClientSDK::settings::test::NEW_ALARM_VOLUME_RAMP = types::AlarmVolumeRampTypes::ASCENDING

◆ NEW_INT_VALUE

constexpr int alexaClientSDK::settings::test::NEW_INT_VALUE = -20

◆ NEW_TIMEZONE

const std::string alexaClientSDK::settings::test::NEW_TIMEZONE = "Canada/Pacific"

Define updated values for each timezone.

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