AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Namespaces | |
test | |
Typedefs | |
using | PresentationRequestToken = uint64_t |
Functions | |
std::string | presentationStateToString (PresentationState state) |
std::ostream & | operator<< (std::ostream &stream, const PresentationState &state) |
std::string | presentationLifespanToString (PresentationLifespan lifespan) |
std::ostream & | operator<< (std::ostream &stream, const PresentationLifespan &lifespan) |
using alexaClientSDK::presentationOrchestratorInterfaces::PresentationRequestToken = typedef uint64_t |
enumeration of all PresentationStates
|
inline |
Write a PresentationState
value to an ostream
as a string.
stream | The stream to write the value to. |
state | The PresentationState value to write to the ostream as a string. |
ostream
that was passed in and written to.
|
inline |
Write a PresentationLifespan
value to an ostream
as a string.
stream | The stream to write the value to. |
lifespan | The PresentationLifespan value to write to the ostream as a string. |
ostream
that was passed in and written to.
|
inline |
This function converts the provided PresentationLifespan
to a string.
state | The PresentationLifespan to convert to a string. |
lifespan
.
|
inline |
This function converts the provided PresentationState
to a string.
state | The PresentationState to convert to a string. |
state
. AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0