AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Namespaces | |
renderer | |
storage | |
test | |
Classes | |
class | Alarm |
class | Alert |
class | AlertsCapabilityAgent |
class | AlertScheduler |
class | Reminder |
struct | TimeComparator |
class | Timer |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const Alert::State &state) |
std::ostream & | operator<< (std::ostream &stream, const Alert::StopReason &reason) |
std::ostream & | operator<< (std::ostream &stream, const Alert::ParseFromJsonStatus &status) |
AlertsComponent | getComponent (bool startAlertSchedulingOnInitialization=true) |
Variables | |
static const std::chrono::minutes | ALERT_PAST_DUE_CUTOFF_MINUTES = std::chrono::minutes(30) |
static const constexpr char * | ALERTS_MEDIA_PLAYER_NAME = "AlertsMediaPlayer" |
String to identify the alerts media player to render audio. More... | |
Definition of a Manufactory component that exports an Alerts Capability Agent.
AlertsComponent alexaClientSDK::acsdkAlerts::getComponent | ( | bool | startAlertSchedulingOnInitialization = true | ) |
Get the manufactory Component
for an Alerts Capability Agent.
startAlertSchedulingOnInitialization | Whether to start scheduling alerts after client initialization. If this is set to false, no alert scheduling will occur until onSystemClockSynchronized is called. |
AlertsComponent
.
|
inline |
Write a Alert::State
value to an ostream
as a string.
stream | The stream to write the value to. |
state | The Alert::State value to write to the ostream as a string. |
ostream
that was passed in and written to.
|
inline |
Write a Alert::StopReason
value to an ostream
as a string.
stream | The stream to write the value to. |
reason | The Alert::StopReason value to write to the ostream as a string. |
ostream
that was passed in and written to.
|
inline |
Write a Alert::ParseFromJsonStatus
value to an ostream
as a string.
stream | The stream to write the value to. |
status | The Alert::ParseFromJsonStatus value to write to the ostream as a string. |
ostream
that was passed in and written to.
|
static |
|
static |
String to identify the alerts media player to render audio.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0