![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <KeyWordDetectorStateObserverInterface.h>
Public Types | |
enum | KeyWordDetectorState { KeyWordDetectorState::ACTIVE, KeyWordDetectorState::STREAM_CLOSED, KeyWordDetectorState::ERROR } |
Public Member Functions | |
virtual | ~KeyWordDetectorStateObserverInterface ()=default |
virtual void | onStateChanged (KeyWordDetectorState keyWordDetectorState)=0 |
A KeyWordDetectorStateObserverInterface is an interface class that clients can extend to be notified of the state of the KeyWordDetector.
|
virtualdefault |
Destructor.
|
pure virtual |
Used to notify the observer of the KeyWordDetector of state changes and errors when reading from its stream in case the user needs to initialize a new stream.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0