AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorInterface Class Referenceabstract

#include <PresentationOrchestratorInterface.h>

Public Member Functions

virtual ~PresentationOrchestratorInterface ()=default
 
virtual void clearPresentations ()=0
 
virtual bool navigateBack ()=0
 

Constructor & Destructor Documentation

◆ ~PresentationOrchestratorInterface()

virtual alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorInterface::~PresentationOrchestratorInterface ( )
virtualdefault

Member Function Documentation

◆ clearPresentations()

virtual void alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorInterface::clearPresentations ( )
pure virtual

Clears all presentations across all windows, ignoring visual focus behavior

◆ navigateBack()

virtual bool alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorInterface::navigateBack ( )
pure virtual

Navigates backwards, the next selected presentation will be determined based on the PresentationLifespan of the active presentation

Returns
true if presentation orchestrator handled back navigation, false otherwise

The documentation for this class 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