AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
LocaleAssetsManager.cpp File Reference
#include <AVSCommon/Utils/Configuration/ConfigurationNode.h>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <Settings/SettingStringConversion.h>
#include "SampleApp/LocaleAssetsManager.h"
Include dependency graph for LocaleAssetsManager.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::sampleApp
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static const std::string TAG ("LocaleAssetsManager")
 String to identify log entries originating from this file. More...
 

Variables

static const std::string alexaClientSDK::sampleApp::SETTING_CONFIGURATION_ROOT_KEY = "deviceSettings"
 The key in our config file to find the root of settings for this database. More...
 
static const std::string alexaClientSDK::sampleApp::LOCALES_CONFIGURATION_KEY = "locales"
 The key to find the locales configuration. More...
 
static const std::string alexaClientSDK::sampleApp::DEFAULT_LOCALE_CONFIGURATION_KEY = "defaultLocale"
 The key to find the locales configuration. More...
 
static const std::string alexaClientSDK::sampleApp::LOCALE_COMBINATION_CONFIGURATION_KEY = "localeCombinations"
 The key to find the locales combinations configuration. More...
 
static const std::string alexaClientSDK::sampleApp::DEFAULT_LOCALE_VALUE = "en-US"
 The default locale value used if the locale configuration is not present. More...
 
static const int alexaClientSDK::sampleApp::PRIMARY_LOCALE_INDEX = 0
 The index for primary locale in the default locales vector. More...
 
static const std::string alexaClientSDK::sampleApp::DEFAULT_SUPPORTED_WAKEWORD = "ALEXA"
 The default supported wake word. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
Theevent string for this LogEntry.

Function Documentation

◆ TAG()

static const std::string TAG ( "LocaleAssetsManager"  )
static

String to identify log entries originating from this file.

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