![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ContextManagerObserverInterface.h>
Public Member Functions | |
virtual | ~ContextManagerObserverInterface ()=default |
virtual void | onStateChanged (const avs::CapabilityTag &identifier, const avs::CapabilityState &state, AlexaStateChangeCauseType cause)=0 |
Interface used to get notified of changes to the context of one or more endpoints.
|
virtualdefault |
Destructor.
|
pure virtual |
Notifies the observer that a change of state has been proactively reported.
identifier | Identifies the source of the state change. |
state | The new state. |
cause | The reason for the state change. |
Implemented in alexaClientSDK::capabilityAgents::alexa::AlexaInterfaceMessageSender.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0