![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <SessionSetupHandlerInterface.h>
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 |
A contract to handle SessionSetup.
|
virtualdefault |
Destructor
|
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.
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 as a response to the initializeClient directive.
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 supported IPC namespace versions in the 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