AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
SQLiteNotificationsStorage.cpp File Reference
#include <SQLiteStorage/SQLiteUtils.h>
#include <SQLiteStorage/SQLiteStatement.h>
#include <AVSCommon/Utils/File/FileUtils.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <acsdkNotifications/SQLiteNotificationsStorage.h>
Include dependency graph for SQLiteNotificationsStorage.cpp:

Namespaces

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

Macros

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

Functions

static const std::string alexaClientSDK::acsdkNotifications::TAG ("SQLiteNotificationsStorage")
 String to identify log entries originating from this file. More...
 
static bool alexaClientSDK::acsdkNotifications::popNotificationIndicatorLocked (SQLiteDatabase *database)
 

Variables

static const std::string alexaClientSDK::acsdkNotifications::NOTIFICATIONS_CONFIGURATION_ROOT_KEY = "notifications"
 The key in our config file to find the root of settings. More...
 
static const std::string alexaClientSDK::acsdkNotifications::NOTIFICATIONS_DB_FILE_PATH_KEY = "databaseFilePath"
 The key in our config file to find the database file path. More...
 
static const std::string alexaClientSDK::acsdkNotifications::NOTIFICATION_INDICATOR_TABLE_NAME = "notificationIndicators"
 
static const std::string alexaClientSDK::acsdkNotifications::DATABASE_COLUMN_PERSIST_VISUAL_INDICATOR_NAME = "persistVisualIndicator"
 
static const std::string alexaClientSDK::acsdkNotifications::DATABASE_COLUMN_PLAY_AUDIO_INDICATOR_NAME = "playAudioIndicator"
 
static const std::string alexaClientSDK::acsdkNotifications::DATABASE_COLUMN_ASSET_ID_NAME = "assetId"
 
static const std::string alexaClientSDK::acsdkNotifications::DATABASE_COLUMN_ASSET_URL_NAME = "assetUrl"
 
static const std::string alexaClientSDK::acsdkNotifications::CREATE_NOTIFICATION_INDICATOR_TABLE_SQL_STRING
 
static const std::string alexaClientSDK::acsdkNotifications::INDICATOR_STATE_NAME = "indicatorState"
 The name of the table and the field that will hold the state of the indicator. More...
 
static const std::string alexaClientSDK::acsdkNotifications::CREATE_INDICATOR_STATE_TABLE_SQL_STRING
 
static const acsdkNotificationsInterfaces::NotificationsStorageInterface::IndicatorState alexaClientSDK::acsdkNotifications::DEFAULT_INDICATOR_STATE
 

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.

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