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::avsCommon::sdkInterfaces::AuthObserverInterface::FullState Struct Reference

An aggregated structure to simplify working with State and Error. More...

#include <AuthObserverInterface.h>

Public Member Functions

 FullState ()
 Constructor. More...
 
 FullState (avsCommon::sdkInterfaces::AuthObserverInterface::State pState, avsCommon::sdkInterfaces::AuthObserverInterface::Error pError)
 

Public Attributes

avsCommon::sdkInterfaces::AuthObserverInterface::State state
 The state. More...
 
avsCommon::sdkInterfaces::AuthObserverInterface::Error error
 The error. More...
 

Detailed Description

An aggregated structure to simplify working with State and Error.

Constructor & Destructor Documentation

◆ FullState() [1/2]

alexaClientSDK::avsCommon::sdkInterfaces::AuthObserverInterface::FullState::FullState ( )
inline

Constructor.

◆ FullState() [2/2]

alexaClientSDK::avsCommon::sdkInterfaces::AuthObserverInterface::FullState::FullState ( avsCommon::sdkInterfaces::AuthObserverInterface::State  pState,
avsCommon::sdkInterfaces::AuthObserverInterface::Error  pError 
)
inline

Constructor.

Parameters
pStateThe state.
pErrorThe error.

Member Data Documentation

◆ error

avsCommon::sdkInterfaces::AuthObserverInterface::Error alexaClientSDK::avsCommon::sdkInterfaces::AuthObserverInterface::FullState::error

The error.

◆ state

avsCommon::sdkInterfaces::AuthObserverInterface::State alexaClientSDK::avsCommon::sdkInterfaces::AuthObserverInterface::FullState::state

The state.


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