AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::EventTracerInterface Class Referenceabstract

#include <EventTracerInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::sdkInterfaces::EventTracerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~EventTracerInterface ()=default
 
virtual void traceEvent (const std::string &messageContent)=0
 

Detailed Description

This interface allows classes to observe messages sent to AVS via a callback.

Constructor & Destructor Documentation

◆ ~EventTracerInterface()

virtual alexaClientSDK::avsCommon::sdkInterfaces::EventTracerInterface::~EventTracerInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ traceEvent()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::EventTracerInterface::traceEvent ( const std::string &  messageContent)
pure virtual

This method is called when an event is sent to AVS.

Parameters
messageContentThe content of the message sent to AVS.

Implemented in alexaClientSDK::diagnostics::DeviceProtocolTracer.


The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0