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
AppConfig

AppConfig Class Reference

Constructors

Instance Methods

Constructors

new AppConfig()

Stores information about an SDL application's configuration

Instance Methods

appConfig.getLifecycleConfig() ⇒ LifecycleConfig

Get the LifecycleConfig instance.

Kind: Instance method of AppConfig
Returns: LifecycleConfig - The LifecycleConfig.

appConfig.setLifecycleConfig(lifecycleConfig) ⇒ AppConfig

Set the LifecycleConfig instance.

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

ParamTypeDescription
lifecycleConfig LifecycleConfig An instance of LifecycleConfig.
View on GitHub.com
Previous Section Next Section