AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <DelayInterface.h>
Public Member Functions | |
virtual | ~DelayInterface ()=default |
virtual void | delay (std::chrono::milliseconds milliseconds)=0 |
A wrapper class to abstract away the delay call.
|
virtualdefault |
Destructor.
|
pure virtual |
When called, this function should cause a delay for the given number of milliseconds. This function can be overridden to allow for slower or faster delays if desired. The milliseconds
parameter should be checked that it is positive; no delay should occur if it is negative.
milliseconds | The amount of time to delay. |
Implemented in alexaClientSDK::captions::SystemClockDelay.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0