AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::alexaInputControllerInterfaces::InputControllerObserverInterface Class Referenceabstract

#include <InputControllerObserverInterface.h>

Public Member Functions

virtual ~InputControllerObserverInterface ()=default
 
virtual void onInputChanged (Input input)=0
 

Detailed Description

This interface is used to observe changes to the Input controller property of an endpoint that are caused by the InputControllerInterface.

Constructor & Destructor Documentation

◆ ~InputControllerObserverInterface()

virtual alexaClientSDK::alexaInputControllerInterfaces::InputControllerObserverInterface::~InputControllerObserverInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ onInputChanged()

virtual void alexaClientSDK::alexaInputControllerInterfaces::InputControllerObserverInterface::onInputChanged ( Input  input)
pure virtual

Notifies the change in the input state property of the endpoint.

Parameters
inputThe input state specified

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