![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <AVSGatewayManagerInterface.h>
Public Member Functions | |
virtual | ~AVSGatewayManagerInterface ()=default |
virtual bool | setAVSGatewayAssigner (std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayAssignerInterface > avsGatewayAssigner)=0 |
virtual std::string | getGatewayURL () const =0 |
virtual bool | setGatewayURL (const std::string &avsGatewayURL)=0 |
virtual void | addObserver (std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer)=0 |
virtual void | removeObserver (std::shared_ptr< avsCommon::sdkInterfaces::AVSGatewayObserverInterface > observer)=0 |
The interface class for the AVS Gateway Manager. The AVS Gateway manages the AVS Gateway the device should connect to.
|
virtualdefault |
Destructor.
|
pure virtual |
Adds an observer.
observer | The AVSGatewayObserver |
|
pure virtual |
Gets the AVS Gateway URL.
Implemented in alexaClientSDK::avsGatewayManager::AVSGatewayManager.
|
pure virtual |
Removes an observer.
observer | The AVSGatewayObserver . |
|
pure virtual |
Sets the AVS Gateway Assigner used to change the Gateway the client is connected to.
avsGatewayAssigner | The AVSGatewayAssigner used to change the AVS Gateway the client is connected to. |
|
pure virtual |
Sets the AVS Gateway URL.
avsGatewayURL | The string representing the AVS Gateway URL. |
Implemented in alexaClientSDK::avsGatewayManager::AVSGatewayManager.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0