![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <InternetConnectionObserverInterface.h>
Public Member Functions | |
virtual | ~InternetConnectionObserverInterface ()=default |
virtual void | onConnectionStatusChanged (bool connected)=0 |
This class allows a client to be notified of changes to an internet connection.
|
virtualdefault |
Destructor.
|
pure virtual |
Take necessary actions as a result of an internet connection change.
connected | Whether or not we are currently connected to the internet. |
Implemented in alexaClientSDK::capabilityAgents::aip::AudioInputProcessor, alexaClientSDK::acl::AVSConnectionManager, alexaClientSDK::acsdkAlerts::renderer::Renderer, and alexaClientSDK::acsdkAssets::davs::DavsClient.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0