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

#include <InternetConnectionObserverInterface.h>

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

Public Member Functions

virtual ~InternetConnectionObserverInterface ()=default
 
virtual void onConnectionStatusChanged (bool connected)=0
 

Detailed Description

This class allows a client to be notified of changes to an internet connection.

Constructor & Destructor Documentation

◆ ~InternetConnectionObserverInterface()

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

Destructor.

Member Function Documentation

◆ onConnectionStatusChanged()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::InternetConnectionObserverInterface::onConnectionStatusChanged ( bool  connected)
pure virtual

Take necessary actions as a result of an internet connection change.

Parameters
connectedWhether 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.


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