Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

LifecycleConfigurationUpdate Class Reference

Constructors

Instance Methods

Constructors

new LifecycleConfigurationUpdate()

Stores information about an SDL application's configuration

Instance Methods

lifecycleConfigurationUpdate.getAppName() ⇒ String

Get the app name.

Kind: Instance method of LifecycleConfigurationUpdate
Returns: String - The app name.

lifecycleConfigurationUpdate.getShortAppName() ⇒ String

Get the short app name.

Kind: Instance method of LifecycleConfigurationUpdate
Returns: String - The short app name.

lifecycleConfigurationUpdate.getTtsName() ⇒ Array.<TTSChunk>

Get the TTS names.

Kind: Instance method of LifecycleConfigurationUpdate
Returns: Array.<TTSChunk> - An array of TTSChunk structs.

lifecycleConfigurationUpdate.getVoiceRecognitionCommandNames() ⇒ Array.<String>

Get the VR Synonyms.

Kind: Instance method of LifecycleConfigurationUpdate
Returns: Array.<String> - An array of strings representing VR Synonyms.

lifecycleConfigurationUpdate.setAppName(appName) ⇒ LifecycleConfigurationUpdate

Set the app name.

Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate - A reference to this instance to support method chaining.

ParamTypeDescription
appName String The app name.

lifecycleConfigurationUpdate.setShortAppName(shortAppName) ⇒ LifecycleConfigurationUpdate

Set the short app name.

Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate - A reference to this instance to support method chaining.

ParamTypeDescription
shortAppName String The short app name.

lifecycleConfigurationUpdate.setTtsName(ttsName) ⇒ LifecycleConfigurationUpdate

Set the TTS Names.

Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate - A reference to this instance to support method chaining.

ParamTypeDescription
ttsName Array.<TTSChunk> An array of TTSChunk structs.

lifecycleConfigurationUpdate.setVoiceRecognitionCommandNames(vrSynonyms) ⇒ LifecycleConfigurationUpdate

Set the VR Synonyms.

Kind: Instance method of LifecycleConfigurationUpdate
Returns: LifecycleConfigurationUpdate - A reference to this instance to support method chaining.

ParamTypeDescription
vrSynonyms Array.<String> An array of strings representing VR Synonyms.
View on GitHub.com