AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Typedefs | Enumerations | Functions
PresentationTypes.h File Reference
#include <chrono>
#include <ostream>
#include <string>
Include dependency graph for PresentationTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alexaClientSDK::presentationOrchestratorInterfaces::PresentationOptions
 

Namespaces

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

Typedefs

using alexaClientSDK::presentationOrchestratorInterfaces::PresentationRequestToken = uint64_t
 

Enumerations

enum  alexaClientSDK::presentationOrchestratorInterfaces::PresentationLifespan { alexaClientSDK::presentationOrchestratorInterfaces::PresentationLifespan::TRANSIENT, alexaClientSDK::presentationOrchestratorInterfaces::PresentationLifespan::SHORT, alexaClientSDK::presentationOrchestratorInterfaces::PresentationLifespan::LONG, alexaClientSDK::presentationOrchestratorInterfaces::PresentationLifespan::PERMANENT }
 
enum  alexaClientSDK::presentationOrchestratorInterfaces::PresentationState { alexaClientSDK::presentationOrchestratorInterfaces::PresentationState::FOREGROUND, alexaClientSDK::presentationOrchestratorInterfaces::PresentationState::FOREGROUND_UNFOCUSED, alexaClientSDK::presentationOrchestratorInterfaces::PresentationState::BACKGROUND, alexaClientSDK::presentationOrchestratorInterfaces::PresentationState::NONE }
 

Functions

std::string alexaClientSDK::presentationOrchestratorInterfaces::presentationStateToString (PresentationState state)
 
std::ostream & alexaClientSDK::presentationOrchestratorInterfaces::operator<< (std::ostream &stream, const PresentationState &state)
 
std::string alexaClientSDK::presentationOrchestratorInterfaces::presentationLifespanToString (PresentationLifespan lifespan)
 
std::ostream & alexaClientSDK::presentationOrchestratorInterfaces::operator<< (std::ostream &stream, const PresentationLifespan &lifespan)
 

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