![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <CommunicationPropertyChangeSubscriber.h>
Public Member Functions | |
virtual | ~CommunicationPropertyChangeSubscriber ()=default |
virtual void | onCommunicationPropertyChange (const std::string &propertyName, T newValue)=0 |
The CommunicationPropertyChangeSubscriber is the interface that is used to subscribe to property change events.
|
virtualdefault |
default destructor
|
pure virtual |
Function that is called when the Communication Property that is subscribed to has the value changed.
propertyName | The name of the property |
newValue | The new value of the property |
Implemented in ArtifactUnderTest, ArtifactUnderTest, and alexaClientSDK::acsdkCommunication::InMemoryCommunicationPropertiesHandler< T >::WeakSubscriptionProxy.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0