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

#include <AVSGatewayObserverInterface.h>

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

Public Member Functions

virtual ~AVSGatewayObserverInterface ()=default
 
virtual void onAVSGatewayChanged (const std::string &avsGateway)=0
 

Detailed Description

An interface for setting AVS gateway.

Constructor & Destructor Documentation

◆ ~AVSGatewayObserverInterface()

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

Destructor.

Member Function Documentation

◆ onAVSGatewayChanged()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::AVSGatewayObserverInterface::onAVSGatewayChanged ( const std::string &  avsGateway)
pure virtual

Observer method to be called when the AVS Gateway is changed.

Parameters
avsGatewayThe AVS Gateway the device should be connected to.

Implemented in alexaClientSDK::capabilitiesDelegate::CapabilitiesDelegate.


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