![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <NotificationsObserverInterface.h>
Public Member Functions | |
virtual | ~NotificationsObserverInterface ()=default |
virtual void | onSetIndicator (avsCommon::avs::IndicatorState state)=0 |
virtual void | onNotificationReceived ()=0 |
An interface to allow being notified of changes to the currently stored IndicatorState.
|
virtualdefault |
Destructor
|
pure virtual |
Notifies the observer that a new notification has been received. This is called repeatedly for duplicate notifications.
Implemented in alexaClientSDK::acsdkNotifications::test::TestNotificationsObserver, alexaClientSDK::sampleApplications::common::UIManager, and alexaClientSDK::diagnostics::DevicePropertyAggregator.
|
pure virtual |
Notifies the observer that a SetIndicator directive has been processed
state | The value of the persistVisualIndicator field of the directive. |
Implemented in alexaClientSDK::acsdkNotifications::test::TestNotificationsObserver, alexaClientSDK::sampleApplications::common::UIManager, and alexaClientSDK::diagnostics::DevicePropertyAggregator.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0