![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <StartupManagerInterface.h>
Public Member Functions | |
virtual | ~StartupManagerInterface ()=default |
virtual bool | startup ()=0 |
Interface for driving startup.
When startup()
is called, observers that have added themselves via StartupNotifierInterface will have their startup()
method called. If any of then return false from that call, startup will abort.
|
virtualdefault |
Destructor.
|
pure virtual |
Trigger the startup sequence.
Implemented in alexaClientSDK::acsdkStartupManager::StartupManager.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0