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

#include <WindowManagerHandlerInterface.h>

Inheritance diagram for alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::WindowManagerHandlerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~WindowManagerHandlerInterface ()=default
 
virtual void visualCharacteristicsRequest (const std::string &message)=0
 
virtual void defaultWindowInstanceChanged (const std::string &message)=0
 
virtual void windowInstancesReport (const std::string &message)=0
 
virtual void windowInstancesAdded (const std::string &message)=0
 
virtual void windowInstancesRemoved (const std::string &message)=0
 
virtual void windowInstancesUpdated (const std::string &message)=0
 

Detailed Description

A contract to handle WindowManager.

Constructor & Destructor Documentation

◆ ~WindowManagerHandlerInterface()

virtual alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::WindowManagerHandlerInterface::~WindowManagerHandlerInterface ( )
virtualdefault

Destructor

Member Function Documentation

◆ defaultWindowInstanceChanged()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::WindowManagerHandlerInterface::defaultWindowInstanceChanged ( const std::string &  message)
pure virtual

IPC Client sends this event to inform the SDK of a change to the default window instance id to report in WindowState.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ visualCharacteristicsRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::WindowManagerHandlerInterface::visualCharacteristicsRequest ( const std::string &  message)
pure virtual

IPC Client sends this event to request the visual characteristics asserted by SDK.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ windowInstancesAdded()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::WindowManagerHandlerInterface::windowInstancesAdded ( const std::string &  message)
pure virtual

IPC Client sends this event to inform the SDK of the window instances added in the IPC Client to track for visual presentation.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ windowInstancesRemoved()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::WindowManagerHandlerInterface::windowInstancesRemoved ( const std::string &  message)
pure virtual

IPC Client sends this event to inform the SDK of the window instances removed in the IPC Client to no longer track for visual presentation.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ windowInstancesReport()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::WindowManagerHandlerInterface::windowInstancesReport ( const std::string &  message)
pure virtual

IPC Client sends this event to inform the SDK of the window instances created in the IPC Client to track for visual presentation.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ windowInstancesUpdated()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::WindowManagerHandlerInterface::windowInstancesUpdated ( const std::string &  message)
pure virtual

IPC Client sends this event to inform the SDK of the window instances updated in the IPC Client.

Parameters
messageIncoming IPC message from the IPC client.

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