![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <WindowManagerHandlerInterface.h>
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 |
A contract to handle WindowManager.
|
virtualdefault |
Destructor
|
pure virtual |
IPC Client sends this event to inform the SDK of a change to the default window instance id to report in WindowState.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
|
pure virtual |
IPC Client sends this event to request the visual characteristics asserted by SDK.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
|
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.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
|
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.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
|
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.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
|
pure virtual |
IPC Client sends this event to inform the SDK of the window instances updated in the IPC Client.
message | Incoming IPC message from the IPC client. |
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::gui::GUIManager.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0