![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Satisfies the AVS DeviceSetup Interface. More...
#include <DeviceSetupInterface.h>
Public Member Functions | |
virtual | ~DeviceSetupInterface ()=default |
Destructor. More... | |
virtual std::future< bool > | sendDeviceSetupComplete (AssistedSetup assistedSetup)=0 |
Satisfies the AVS DeviceSetup Interface.
|
virtualdefault |
Destructor.
|
pure virtual |
Sends the DeviceSetup.SetupCompleted event to the cloud. Retry logic and guarantee of delivery are not expected. There may be a long roundtrip of the event, so it is recommended that clients wait with a timeout on the future.
assistedSetup | Indicates what type of assistance was used. |
true
if the event was sent successfully, false
otherwise. AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0