AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <StartupNotifier.h>
Static Public Member Functions | |
static std::shared_ptr< acsdkStartupManagerInterfaces::StartupNotifierInterface > | createStartupNotifierInterface () |
Additional Inherited Members | |
Public Member Functions inherited from alexaClientSDK::notifier::Notifier< acsdkStartupManagerInterfaces::RequiresStartupInterface > | |
Notifier () | |
void | addObserver (const std::shared_ptr< acsdkStartupManagerInterfaces::RequiresStartupInterface > &observer) override |
Add an observer. More... | |
void | removeObserver (const std::shared_ptr< acsdkStartupManagerInterfaces::RequiresStartupInterface > &observer) override |
Remove an observer. More... | |
void | addWeakPtrObserver (const std::weak_ptr< acsdkStartupManagerInterfaces::RequiresStartupInterface > &observer) override |
Add a weak reference to an observer. More... | |
void | removeWeakPtrObserver (const std::weak_ptr< acsdkStartupManagerInterfaces::RequiresStartupInterface > &observer) override |
Remove an observer. More... | |
void | notifyObservers (std::function< void(const std::shared_ptr< acsdkStartupManagerInterfaces::RequiresStartupInterface > &)> notify) override |
Notify the observers in the order that they were added. More... | |
bool | notifyObserversInReverse (std::function< void(const std::shared_ptr< acsdkStartupManagerInterfaces::RequiresStartupInterface > &)> notify) override |
Notify the observers in the reverse order that they were added. More... | |
void | setAddObserverFunction (std::function< void(const std::shared_ptr< acsdkStartupManagerInterfaces::RequiresStartupInterface > &)> addObserverFunc) override |
Set a function for notifications on an observer additions. More... | |
Public Member Functions inherited from alexaClientSDK::notifierInterfaces::NotifierInterface< acsdkStartupManagerInterfaces::RequiresStartupInterface > | |
virtual | ~NotifierInterface ()=default |
Relays the notification when it's time to start up.
|
static |
Factory method.
StartupNotifierInterface
. AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0