AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::acsdkStartupManagerInterfaces::StartupManagerInterface Class Referenceabstract

#include <StartupManagerInterface.h>

Inheritance diagram for alexaClientSDK::acsdkStartupManagerInterfaces::StartupManagerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~StartupManagerInterface ()=default
 
virtual bool startup ()=0
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~StartupManagerInterface()

virtual alexaClientSDK::acsdkStartupManagerInterfaces::StartupManagerInterface::~StartupManagerInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ startup()

virtual bool alexaClientSDK::acsdkStartupManagerInterfaces::StartupManagerInterface::startup ( )
pure virtual

Trigger the startup sequence.

Returns
Whether the startup sequence ran to completion.

Implemented in alexaClientSDK::acsdkStartupManager::StartupManager.


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