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

#include <SessionSetupHandlerInterface.h>

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

Public Member Functions

virtual ~SessionSetupHandlerInterface ()=default
 
virtual void namespaceVersionsReport (const std::string &message)=0
 
virtual void clientInitialized (const std::string &message)=0
 
virtual void clientConfigRequest (const std::string &message)=0
 

Detailed Description

A contract to handle SessionSetup.

Constructor & Destructor Documentation

◆ ~SessionSetupHandlerInterface()

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

Destructor

Member Function Documentation

◆ clientConfigRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::SessionSetupHandlerInterface::clientConfigRequest ( const std::string &  message)
pure virtual

IPC Client sends this event to request SDK to send a client-defined config payload for the IPC Client via the configureClient directive.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ clientInitialized()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::SessionSetupHandlerInterface::clientInitialized ( const std::string &  message)
pure virtual

IPC Client sends this event to inform the SDK as a response to the initializeClient directive.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ namespaceVersionsReport()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::SessionSetupHandlerInterface::namespaceVersionsReport ( const std::string &  message)
pure virtual

IPC Client sends this event to inform the SDK of the supported IPC namespace versions in the 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