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

#include <DoNotDisturbHandlerInterface.h>

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

Public Member Functions

virtual ~DoNotDisturbHandlerInterface ()=default
 
virtual void doNotDisturbStateChanged (const std::string &message)=0
 
virtual void doNotDisturbStateRequest (const std::string &message)=0
 

Detailed Description

A contract to handle DoNotDisturb mode.

Constructor & Destructor Documentation

◆ ~DoNotDisturbHandlerInterface()

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

Destructor

Member Function Documentation

◆ doNotDisturbStateChanged()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::DoNotDisturbHandlerInterface::doNotDisturbStateChanged ( const std::string &  message)
pure virtual

Set Do Not Disturb mode.

Parameters
messageIncoming IPC message from the IPC client.

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

◆ doNotDisturbStateRequest()

virtual void alexaClientSDK::sampleApplications::ipcServerSampleApp::ipc::DoNotDisturbHandlerInterface::doNotDisturbStateRequest ( const std::string &  message)
pure virtual

Request the SDK to inform current Do Not Disturb setting state.

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