![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <EventTracerInterface.h>
Public Member Functions | |
virtual | ~EventTracerInterface ()=default |
virtual void | traceEvent (const std::string &messageContent)=0 |
This interface allows classes to observe messages sent to AVS
via a callback.
|
virtualdefault |
Destructor.
|
pure virtual |
This method is called when an event is sent to AVS
.
messageContent | The content of the message sent to AVS . |
Implemented in alexaClientSDK::diagnostics::DeviceProtocolTracer.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0