![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <APLDocumentSessionManager.h>
Static Public Member Functions | |
static std::unique_ptr< APLDocumentSessionManager > | create () |
|
overridevirtual |
|
overridevirtual |
Associates a token with an existing presentation session
presentationSession | The presentation session, must have already been added with addDocumentSession |
token | The document token |
Implements alexaClientSDK::sampleApplications::ipcServerSampleApp::APLDocumentSessionManagerInterface.
|
overridevirtual |
Clear an active document session
presentationSession | presentation session of document session to clear |
Implements alexaClientSDK::sampleApplications::ipcServerSampleApp::APLDocumentSessionManagerInterface.
|
static |
Create an instance of APLDocumentSessionManager
APLDocumentSessionManager
|
overridevirtual |
Get the Session using the Presentation Session
presentationSession | The presentation session |
APLDocumentSessionInterface
associated with this presentationSession, or nullptr if none exists Implements alexaClientSDK::sampleApplications::ipcServerSampleApp::APLDocumentSessionManagerInterface.
|
overridevirtual |
Get the Session using the APL token
token | token of document session |
APLDocumentSessionInterface
associated with this token, or nullptr if none exists Implements alexaClientSDK::sampleApplications::ipcServerSampleApp::APLDocumentSessionManagerInterface.
|
overridevirtual |
Invoke a function on each document session tracked by the session manager
func | function to be executed with the document session |
Implements alexaClientSDK::sampleApplications::ipcServerSampleApp::APLDocumentSessionManagerInterface.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0