![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <AVSGatewayManagerStorageInterface.h>
Public Member Functions | |
virtual | ~AVSGatewayManagerStorageInterface ()=default |
virtual bool | init ()=0 |
virtual bool | loadState (GatewayVerifyState *state)=0 |
virtual bool | saveState (const GatewayVerifyState &state)=0 |
virtual void | clear ()=0 |
The interface class for AVSGatewayManager
Storage.
|
virtualdefault |
Destructor.
|
pure virtual |
Clears the stored data from the database.
Implemented in alexaClientSDK::avsGatewayManager::storage::AVSGatewayManagerStorage.
|
pure virtual |
Initializes the underlying database.
Implemented in alexaClientSDK::avsGatewayManager::storage::AVSGatewayManagerStorage.
|
pure virtual |
Loads the GatewayVerifyState
from the database.
state | The pointer to the GatewayVerifyState that will populated. If the default state is passed and there is no data to be loaded, the state remains unchanged. |
Implemented in alexaClientSDK::avsGatewayManager::storage::AVSGatewayManagerStorage.
|
pure virtual |
Saves the given state to the database.
state | The GatewayVerifyState to be saved. |
Implemented in alexaClientSDK::avsGatewayManager::storage::AVSGatewayManagerStorage.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0