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

#include <InternetConnectionMonitorInterface.h>

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

Public Member Functions

virtual void addInternetConnectionObserver (std::shared_ptr< InternetConnectionObserverInterface > observer)=0
 
virtual void removeInternetConnectionObserver (std::shared_ptr< InternetConnectionObserverInterface > observer)=0
 
virtual ~InternetConnectionMonitorInterface ()=default
 

Detailed Description

An interface for classes responsible for monitoring and reporting internet connection status.

Constructor & Destructor Documentation

◆ ~InternetConnectionMonitorInterface()

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

Destructor.

Member Function Documentation

◆ addInternetConnectionObserver()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::InternetConnectionMonitorInterface::addInternetConnectionObserver ( std::shared_ptr< InternetConnectionObserverInterface observer)
pure virtual

Add an observer to be notified of internet connection changes.

◆ removeInternetConnectionObserver()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::InternetConnectionMonitorInterface::removeInternetConnectionObserver ( std::shared_ptr< InternetConnectionObserverInterface observer)
pure virtual

Remove an observer to be notified of internet connection changes.


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