AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::avsGatewayManager::GatewayVerifyState Struct Reference

#include <GatewayVerifyState.h>

Public Member Functions

 GatewayVerifyState (const std::string &gatewayURL, bool isVerified=false)
 

Public Attributes

std::string avsGatewayURL
 The AVS Gateway URL string ex: More...
 
bool isVerified
 Flag to indicate if the AVS gateway has been verified using the verify gateway sequence. More...
 

Detailed Description

Structure used to store Gateway Verification state.

Constructor & Destructor Documentation

◆ GatewayVerifyState()

alexaClientSDK::avsGatewayManager::GatewayVerifyState::GatewayVerifyState ( const std::string &  gatewayURL,
bool  isVerified = false 
)
inline

Constructor.

Parameters
gatewayURLThe AVS Gateway URL string.
isVerifiedThe flag indicating if the AVS Gateway has been verified.

Member Data Documentation

◆ avsGatewayURL

std::string alexaClientSDK::avsGatewayManager::GatewayVerifyState::avsGatewayURL

The AVS Gateway URL string ex:

◆ isVerified

bool alexaClientSDK::avsGatewayManager::GatewayVerifyState::isVerified

Flag to indicate if the AVS gateway has been verified using the verify gateway sequence.


The documentation for this struct 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