![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <TimerDelegateFactory.h>
Public Member Functions | |
TimerDelegateFactoryInterface Functions | |
bool | supportsLowPowerMode () override |
std::unique_ptr< sdkInterfaces::timing::TimerDelegateInterface > | getTimerDelegate () override |
![]() | |
virtual | ~TimerDelegateFactoryInterface ()=default |
Destructor. More... | |
|
overridevirtual |
Create an instance of a TimerDelegateInterface
. This must be non-null.
TimerDelegateInterface
. Implements alexaClientSDK::avsCommon::sdkInterfaces::timing::TimerDelegateFactoryInterface.
|
overridevirtual |
Whether or not this TimerDelegateInterface
can operate when the system is running in a reduced power mode. Examples of this include an implementation which uses a Real Time Clock.
Implements alexaClientSDK::avsCommon::sdkInterfaces::timing::TimerDelegateFactoryInterface.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0