![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ToggleControllerObserverInterface.h>
Classes | |
struct | ToggleState |
Public Member Functions | |
virtual | ~ToggleControllerObserverInterface ()=default |
virtual void | onToggleStateChanged (const ToggleState &toggleState, AlexaStateChangeCauseType cause)=0 |
This interface is used to observe changes to the toggle property of an endpoint that are caused by the ToggleControllerInteface
.
|
virtualdefault |
Destructor.
|
pure virtual |
Notifies the change in the toggle state of the endpoint.
toggleState | The toggle state specified using ToggleState . |
cause | The cause for this change specified using AlexaStateChangeCauseType . |
Implemented in alexaClientSDK::capabilityAgents::toggleController::ToggleControllerCapabilityAgent.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0