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

#include <SoftwareInfoSenderObserverInterface.h>

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

Public Member Functions

virtual ~SoftwareInfoSenderObserverInterface ()=default
 
virtual void onFirmwareVersionAccepted (softwareInfo::FirmwareVersion firmwareVersion)=0
 

Detailed Description

This interface receives notifications from SoftwareInfoSender instances.

Constructor & Destructor Documentation

◆ ~SoftwareInfoSenderObserverInterface()

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

Member Function Documentation

◆ onFirmwareVersionAccepted()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::SoftwareInfoSenderObserverInterface::onFirmwareVersionAccepted ( softwareInfo::FirmwareVersion  firmwareVersion)
pure virtual

Notification that the firmware version has been accepted by AVS.

Parameters
Thefirmware version that was accepted.

Implemented in alexaClientSDK::capabilityAgents::system::SoftwareInfoSender.


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