AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include "CertifiedSender/MessageStorageInterface.h"
#include <AVSCommon/AVS/MessageRequest.h>
#include <AVSCommon/SDKInterfaces/AVSConnectionManagerInterface.h>
#include <AVSCommon/SDKInterfaces/ConnectionStatusObserverInterface.h>
#include <AVSCommon/SDKInterfaces/MessageSenderInterface.h>
#include <AVSCommon/Utils/Power/PowerResource.h>
#include <AVSCommon/Utils/Threading/ConditionVariableWrapper.h>
#include <AVSCommon/Utils/RequiresShutdown.h>
#include <AVSCommon/Utils/RetryTimer.h>
#include <AVSCommon/Utils/Threading/Executor.h>
#include <RegistrationManager/CustomerDataHandler.h>
#include <RegistrationManager/CustomerDataManagerInterface.h>
#include <deque>
#include <memory>
Go to the source code of this file.
Classes | |
class | alexaClientSDK::certifiedSender::CertifiedSender |
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::certifiedSender | |
Variables | |
static const int | alexaClientSDK::certifiedSender::CERTIFIED_SENDER_QUEUE_SIZE_WARN_LIMIT = 25 |
The number of items we can store for sending without emitting a warning. More... | |
static const int | alexaClientSDK::certifiedSender::CERTIFIED_SENDER_QUEUE_SIZE_HARD_LIMIT = 50 |
The maximum number of items we can store for sending. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0