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

#include <TemplateRuntimeHandlerInterface.h>

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

Public Member Functions

virtual ~TemplateRuntimeHandlerInterface ()=default
 
virtual void windowIdReport (const std::string &message)=0
 

Detailed Description

A contract to handle TemplateRuntime.

Constructor & Destructor Documentation

◆ ~TemplateRuntimeHandlerInterface()

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

Destructor

Member Function Documentation

◆ windowIdReport()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::TemplateRuntimeHandlerInterface::windowIdReport ( const std::string &  message)
pure virtual

IPC Client sends this event to report the windowId’s used in the IPC Client to display RenderTemplate and RenderPlayerInfo payloads to the Alexa client for purposes of presentation orchestration.

Parameters
messageIncoming IPC message from the IPC client.

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


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