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::PresentationOrchestratorStateObserverInterface Class Referenceabstract

#include <PresentationOrchestratorStateObserverInterface.h>

Inheritance diagram for alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateObserverInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~PresentationOrchestratorStateObserverInterface ()=default
 
virtual void onStateChanged (const std::string &windowId, const PresentationMetadata &metadata)=0
 

Detailed Description

Interface to be implemented by observers interested in changes to the active presentation in a window

Constructor & Destructor Documentation

◆ ~PresentationOrchestratorStateObserverInterface()

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

Destructor

Member Function Documentation

◆ onStateChanged()

virtual void alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateObserverInterface::onStateChanged ( const std::string &  windowId,
const PresentationMetadata metadata 
)
pure virtual

Called when the active presentation in a window has changed

Parameters
windowIdThe window ID which was updated
metadataThe new focus metadata

Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.


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