Alexa Auto SDK
4.3
|
Public Types | |
enum | StatusCode { StatusCode::SUCCESS, StatusCode::FAIL } |
Public Member Functions | |
virtual void | setupCompletedResponse (StatusCode statusCode)=0 |
void | setupCompleted () |
DeviceSetup platform interface should be extended and registered into the Alexa Engine. This class is used to send an event to AVS when device setup is completed. Alexa can use this event to trigger on-boarding experiences like a short first time conversation on supported devices.
https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/devicesetup.html setupCompleted event is triggered.
|
strong |
|
pure virtual |
Notifies the platform implementation of the delivery status of setupCompleted
.
void aace::alexa::DeviceSetup::setupCompleted | ( | ) |
Notifies the Engine to send an event to inform Alexa when a product has completed setup after an out-of-box experience (OOBE). The response status of the sending the event will be reported through setupCompletedResponse
.
Alexa Auto SDK 4.3 - Copyright 2017-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0