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

#include <SystemHandlerInterface.h>

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

Public Member Functions

virtual ~SystemHandlerInterface ()=default
 
virtual void authorizationStateRequest (const std::string &message)=0
 
virtual void alexaStateRequest (const std::string &message)=0
 
virtual void authorizationInfoRequest (const std::string &message)=0
 
virtual void localesRequest (const std::string &message)=0
 

Detailed Description

A contract to handle System.

Constructor & Destructor Documentation

◆ ~SystemHandlerInterface()

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

Destructor

Member Function Documentation

◆ alexaStateRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::SystemHandlerInterface::alexaStateRequest ( const std::string &  message)
pure virtual

IPC Client sends this event to request the native client to return the Alexa state through the setAlexaState directive.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ authorizationInfoRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::SystemHandlerInterface::authorizationInfoRequest ( const std::string &  message)
pure virtual

IPC Client sends this event to request the native client to return the authorization information through the completeAuthorization directive.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ authorizationStateRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::SystemHandlerInterface::authorizationStateRequest ( const std::string &  message)
pure virtual

IPC Client sends this event to request the native client to return the authorization state through the setAuthorizationState directive.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ localesRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::SystemHandlerInterface::localesRequest ( const std::string &  message)
pure virtual

IPC Client sends this event to request the native client to return the supported locales through the setLocales directive.

Parameters
messageIncoming IPC message from the IPC client.

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


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