16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_HANDLERINTERFACES_WINDOWMANAGERHANDLERINTERFACE_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_HANDLERINTERFACES_WINDOWMANAGERHANDLERINTERFACE_H_ 22 namespace sampleApplications {
23 namespace ipcServerSampleApp {
130 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_HANDLERINTERFACES_WINDOWMANAGERHANDLERINTERFACE_H_ static const char DEVICE_DISPLAY_TAG[]
Device display json key in the message.
Definition: WindowManagerHandlerInterface.h:30
static const char WINDOW_INSTANCES_TAG[]
The window instances json key in the message.
Definition: WindowManagerHandlerInterface.h:45
virtual void visualCharacteristicsRequest(const std::string &message)=0
::std::string string
Definition: gtest-port.h:1097
static const char Z_ORDER_INDEX[]
The zOrderIndex json key in the message.
Definition: WindowManagerHandlerInterface.h:63
virtual void defaultWindowInstanceChanged(const std::string &message)=0
static const char WINDOW_TEMPLATES_TAG[]
Window templates json key in the message.
Definition: WindowManagerHandlerInterface.h:33
virtual void windowInstancesRemoved(const std::string &message)=0
static const char SIZE_CONFIGURATION_ID_TAG[]
The size configuration id json key in the message.
Definition: WindowManagerHandlerInterface.h:57
static const char DEFAULT_WINDOW_ID_TAG[]
Default window id json key in the message.
Definition: WindowManagerHandlerInterface.h:39
static const char WINDOW_IDS_TAG[]
The window ids json key in the message.
Definition: WindowManagerHandlerInterface.h:66
static const char AUDIO_PLAYBACK_UI_WINDOW_ID_TAG[]
Audio playback UI window id json key in the message.
Definition: WindowManagerHandlerInterface.h:42
virtual void windowInstancesAdded(const std::string &message)=0
static const char SUPPORTED_INTERFACES[]
The supported interfaces json key in the message.
Definition: WindowManagerHandlerInterface.h:60
static const char INTERACTION_MODES_TAG[]
Interaction modes json key in the message.
Definition: WindowManagerHandlerInterface.h:36
static const char INTERACTION_MODE_TAG[]
The interaction mode json key in the message.
Definition: WindowManagerHandlerInterface.h:54
virtual ~WindowManagerHandlerInterface()=default
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static const char CHARACTERISTICS_TAG[]
Characteristics json key in the message.
Definition: WindowManagerHandlerInterface.h:27
virtual void windowInstancesUpdated(const std::string &message)=0
virtual void windowInstancesReport(const std::string &message)=0
tuple message
Definition: gtest_output_test.py:331
static const char WINDOW_ID_TAG[]
The window id json key in the message.
Definition: WindowManagerHandlerInterface.h:48
Definition: WindowManagerHandlerInterface.h:71
static const char TEMPLATE_ID_TAG[]
The template id json key in the message.
Definition: WindowManagerHandlerInterface.h:51