AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <MessageConsumerInterface.h>
Public Member Functions | |
virtual | ~MessageConsumerInterface ()=default |
virtual void | consumeMessage (const std::string &contextId, const std::string &message)=0 |
An interface which allows a derived class to consume a Message from AVS.
|
virtualdefault |
Destructor.
|
pure virtual |
Called when a message has been received from AVS.
contextId | The context id for the current message. |
message | The AVS message in string representation. |
Implemented in alexaClientSDK::acl::MessageRouter, and alexaClientSDK::acl::test::TestableConsumer.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0