|
Alexa Auto SDK
4.3
|
- Class aace::aasb::AASB
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) MessageBroker to publish and subscribe to AASB messages instead.
- Class aace::addressBook::AddressBook
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Member aace::addressBook::AddressBook::IAddressBookEntriesFactory::addName (const std::string &entryId, const std::string &name)=0
- This function is deprecated. Use
addEntry()
instead.
- Member aace::addressBook::AddressBook::IAddressBookEntriesFactory::addName (const std::string &entryId, const std::string &firstName, const std::string &lastName)=0
- This function is deprecated. Use
addEntry()
instead.
- Member aace::addressBook::AddressBook::IAddressBookEntriesFactory::addName (const std::string &entryId, const std::string &firstName, const std::string &lastName, const std::string &nickname, const std::string &phoneticFirstName="", const std::string &phoneticLastName="")=0
- This function is deprecated. Use
addEntry()
instead.
- Member aace::addressBook::AddressBook::IAddressBookEntriesFactory::addPhone (const std::string &entryId, const std::string &label, const std::string &number)=0
- This function is deprecated. Use
addEntry()
instead.
- Member aace::addressBook::AddressBook::IAddressBookEntriesFactory::addPostalAddress (const std::string &entryId, const std::string &label, const std::string &addressLine1, const std::string &addressLine2, const std::string &addressLine3, const std::string &city, const std::string &stateOrRegion, const std::string &districtOrCounty, const std::string &postalCode, const std::string &country, float latitudeInDegrees, float longitudeInDegrees, float accuracyInMeters)=0
- This function is deprecated. Use
addEntry()
instead.
- Class aace::alexa::AlexaClient
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Member aace::alexa::AlexaClient::dialogStateChanged (DialogState state)
- Use dialogStateChanged(AssistantIdType id, DialogState state)
- Class aace::alexa::AlexaSpeaker
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::AudioPlayer
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::AuthProvider
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Member aace::alexa::AuthProvider::AuthError
- This enum is being deprecated as this platform interface is being deprecated.
- Member aace::alexa::AuthProvider::authFailure (const std::string &token)
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::alexa::AuthProvider::AuthState
- This enum is being deprecated as this platform interface is being deprecated.
- Member aace::alexa::AuthProvider::authStateChanged (AuthState authState, AuthError authError)
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::alexa::AuthProvider::getAuthState ()=0
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::alexa::AuthProvider::getAuthToken ()=0
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::alexa::config::AlexaConfiguration::createSettingsConfig (const std::string &databaseFilePath, const std::string &locale="en-US")
- Use
AlexaConfiguration::createDeviceSettingsConfig()
.
- Class aace::alexa::DeviceSetup
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::DoNotDisturb
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::EqualizerController
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::ExternalMediaAdapter
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::GlobalPreset
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Member aace::alexa::GlobalPreset::setGlobalPreset (int preset)=0
- Use
LocalMediaSource
class with DEFAULT source with LocalMediaSource::ContentSelector::PRESET
instead Called after receiving a global preset play directive
- Class aace::alexa::LocalMediaSource
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Member aace::alexa::LocalMediaSource::play (ContentSelector contentSelectorType, const std::string &payload)
- This function will be removed very soon. Use the new
LocalMediaSource::play(ContentSelector contentSelectorType, const std::string& payload, const std::string& sessionId)
instead Called when the user calls play with a content selection type
- Member aace::alexa::LocalMediaSource::setFocus (bool focusAcquire=true)
- This function will be removed very soon. Use the
LocalMediaSource::playerEvent(const std::string& eventName, const std::string& sessionId)
instead with playbackSessionStarted and playbackSessionEnded events Should be called on local media source player events. This will switch the media focus to that context. Note: PlaybackSessionStarted and PlaybackSessionEnded handles the setFocus(true) and setFocus(false) internally. Do not call the deprecated setFocus method.
- Class aace::alexa::Notifications
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::PlaybackController
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::SpeechRecognizer
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::SpeechSynthesizer
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::alexa::TemplateRuntime
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::apl::APL
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::arbitrator::Arbitrator
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::audio::AudioInputProvider
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::audio::AudioOutputProvider
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::authorization::Authorization
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::carControl::CarControl
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Member aace::carControl::config::CarControlConfiguration::addDefaultAssetsPath (const std::string &path)=0
- Class aace::cbl::CBL
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Member aace::cbl::CBL::cancel ()
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::CBLState
- This enum is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::cblStateChanged (CBLState state, CBLStateChangedReason reason, const std::string &url, const std::string &code)=0
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::CBLStateChangedReason
- This enum is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::clearRefreshToken ()=0
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::getRefreshToken ()=0
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::reset ()
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::setRefreshToken (const std::string &refreshToken)=0
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::setUserProfile (const std::string &name, const std::string &email)=0
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::CBL::start ()
- This method is being deprecated as this platform interface is being deprecated.
- Member aace::cbl::config::CBLConfiguration::createCBLUserProfileConfig (bool enableUserProfile)
- This method is deprecated, use
createCBLConfig
instead.
- Class aace::connectivity::AlexaConnectivity
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::location::LocationProvider
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::logger::Logger
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::messaging::Messaging
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::navigation::Navigation
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::network::NetworkInfoProvider
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::phoneCallController::PhoneCallController
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::propertyManager::PropertyManager
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
- Class aace::textToSpeech::TextToSpeech
- This platform interface is deprecated. Use the Alexa Auto Services Bridge (AASB) message broker to publish and subscribe to AASB messages instead.
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