AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::acsdkAlexaPresentationInterfaces::PresentationOptions Struct Reference

#include <PresentationOptions.h>

Public Attributes

std::string windowId
 Window ID corresponding to a window reported in Alexa.Display. More...
 
std::chrono::milliseconds timeout
 The timeout for the document. More...
 
VisualFocusBehavior visualFocusBehavior
 
std::string interface
 The AVS namespace associated with this presentation. More...
 
std::string token
 The presentation token that will be reported in Alexa.Display.WindowState. More...
 
PresentationLifespan lifespan
 Specifies the lifespan type for this presentation. More...
 
std::chrono::steady_clock::time_point documentReceivedTimestamp
 Specifies the timestamp when the document was received. More...
 

Member Data Documentation

◆ documentReceivedTimestamp

std::chrono::steady_clock::time_point alexaClientSDK::acsdkAlexaPresentationInterfaces::PresentationOptions::documentReceivedTimestamp

Specifies the timestamp when the document was received.

◆ interface

std::string alexaClientSDK::acsdkAlexaPresentationInterfaces::PresentationOptions::interface

The AVS namespace associated with this presentation.

◆ lifespan

PresentationLifespan alexaClientSDK::acsdkAlexaPresentationInterfaces::PresentationOptions::lifespan

Specifies the lifespan type for this presentation.

◆ timeout

std::chrono::milliseconds alexaClientSDK::acsdkAlexaPresentationInterfaces::PresentationOptions::timeout

The timeout for the document.

◆ token

std::string alexaClientSDK::acsdkAlexaPresentationInterfaces::PresentationOptions::token

The presentation token that will be reported in Alexa.Display.WindowState.

◆ visualFocusBehavior

VisualFocusBehavior alexaClientSDK::acsdkAlexaPresentationInterfaces::PresentationOptions::visualFocusBehavior
Deprecated:
Specifies how this presentation should behave if another presentation attempts to take foreground focus

◆ windowId

std::string alexaClientSDK::acsdkAlexaPresentationInterfaces::PresentationOptions::windowId

Window ID corresponding to a window reported in Alexa.Display.


The documentation for this struct was generated from the following file:

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