AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
PresentationOptions.h
Go to the documentation of this file.
1 /*
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at
7  *
8  * http://aws.amazon.com/apache2.0/
9  *
10  * or in the "license" file accompanying this file. This file is distributed
11  * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12  * express or implied. See the License for the specific language governing
13  * permissions and limitations under the License.
14  */
15 
16 #ifndef ACSDK_APLCAPABILITYCOMMONINTERFACES_PRESENTATIONOPTIONS_H_
17 #define ACSDK_APLCAPABILITYCOMMONINTERFACES_PRESENTATIONOPTIONS_H_
18 
19 #include <chrono>
20 #include <string>
21 #include <vector>
22 
24 
25 #include "PresentationToken.h"
26 
27 namespace alexaClientSDK {
28 namespace aplCapabilityCommonInterfaces {
29 
33 
35  std::chrono::milliseconds timeout;
36 
39 
42 
45 
47  std::chrono::steady_clock::time_point documentReceivedTimestamp;
48 
51 };
52 
53 } // namespace aplCapabilityCommonInterfaces
54 } // namespace alexaClientSDK
55 
56 #endif // ACSDK_APLCAPABILITYCOMMONINTERFACES_PRESENTATIONOPTIONS_H_
std::chrono::steady_clock::time_point documentReceivedTimestamp
Specifies the timestamp when the request to render was received.
Definition: PresentationOptions.h:47
::std::string string
Definition: gtest-port.h:1097
presentationOrchestratorInterfaces::PresentationLifespan lifespan
Specifies the lifespan type for this presentation.
Definition: PresentationOptions.h:41
std::string PresentationToken
Alias for the token used by APL directives.
Definition: PresentationToken.h:22
std::string supportedViewports
Supported viewports.
Definition: PresentationOptions.h:44
PresentationToken token
The presentation token that will be reported in Alexa.Display.WindowState.
Definition: PresentationOptions.h:38
std::string windowId
Window ID corresponding to a window reported in Alexa.Display.
Definition: PresentationOptions.h:32
std::string interfaceName
The AVS namespace associated with this presentation.
Definition: PresentationOptions.h:50
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
std::chrono::milliseconds timeout
The timeout for the document.
Definition: PresentationOptions.h:35
PresentationLifespan
Definition: PresentationTypes.h:27

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