![]() |
Alexa Auto SDK
2.3.0
|
Public Member Functions | |
virtual void | dialogStateChanged (DialogState state) |
virtual void | authStateChanged (AuthState state, AuthError error) |
virtual void | connectionStatusChanged (ConnectionStatus status, ConnectionChangedReason reason) |
void | stopForegroundActivity () |
AlexaClient should be extended to handle Alexa state changes on the platform.
|
strong |
Describes the state of Alexa dialog interaction
|
strong |
Describes the reason for a change in AVS connection status
|
inlinevirtual |
Notifies the platform implementation of an Alexa dialog state change
[in] | state | The new Alexa dialog state |
|
inlinevirtual |
Notifies the platform implementation of an AVS authorization state change
[in] | state | The new authorization state |
[in] | error | The error state of the authorization attempt |
|
inlinevirtual |
Notifies the platform implementation of an AVS connection status change
[in] | status | The new AVS connection status |
[in] | reason | The reason for the AVS connection status change |
void aace::alexa::AlexaClient::stopForegroundActivity | ( | ) |
Stops the foreground activity if there is one. This acts as a "stop" button that you use to stop an ongoing activity that has acquired the audio or visual focus. This call stops all user-observable activities and returns immediately.
Alexa Auto SDK 2.3.0 - Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0