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::DtmfObserverInterface Class Referenceabstract

#include <DtmfObserverInterface.h>

Public Member Functions

virtual ~DtmfObserverInterface ()=default
 
virtual void onDtmfTonesSent (const std::vector< CallManagerInterface::DTMFTone > &dtmfTones)=0
 

Detailed Description

An interface to allow being notified of dtmf activities.

Constructor & Destructor Documentation

◆ ~DtmfObserverInterface()

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

Destructor

Member Function Documentation

◆ onDtmfTonesSent()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::DtmfObserverInterface::onDtmfTonesSent ( const std::vector< CallManagerInterface::DTMFTone > &  dtmfTones)
pure virtual

Allows the observer to react after outgoing dtmf tones were sent.

Parameters
dtmfTonesThe dtmf tones.

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