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

#include <AVSGatewayAssignerInterface.h>

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

Public Member Functions

virtual ~AVSGatewayAssignerInterface ()=default
 Destructor. More...
 
virtual void setAVSGateway (const std::string &avsGateway)=0
 
virtual std::string getAVSGateway () const =0
 

Detailed Description

An interface for setting AVS gateway.

Constructor & Destructor Documentation

◆ ~AVSGatewayAssignerInterface()

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

Destructor.

Member Function Documentation

◆ getAVSGateway()

virtual std::string alexaClientSDK::avsCommon::sdkInterfaces::AVSGatewayAssignerInterface::getAVSGateway ( ) const
pure virtual

Gets the current gateway URL for AVS connection.

Returns
The current gateway URL for AVS connection.

Implemented in alexaClientSDK::acl::AVSConnectionManager.

◆ setAVSGateway()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::AVSGatewayAssignerInterface::setAVSGateway ( const std::string &  avsGateway)
pure virtual

Set AVS gateway as the given parameter

Parameters
avsGatewayAVS gateway to set.

Implemented in alexaClientSDK::acl::AVSConnectionManager.


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