SdlArtworkStringStringArray.<AppHMIType>TemplateColorSchemeFileManagerConfigLanguageLanguageVersionVersionTemplateColorSchemeStringObjectString_TransportConfigBaseArray.<TTSChunk>Array.<String>LifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigLifecycleConfigSdlArtworkGet the app icon.
Kind: Instance method of LifecycleConfig
Returns: SdlArtwork - An instance of SdlArtwork.
StringGet the App ID.
Kind: Instance method of LifecycleConfig
Returns: String - The full app ID.
StringGet the app name.
Kind: Instance method of LifecycleConfig
Returns: String - The app name.
Array.<AppHMIType>Get the application's types.
Kind: Instance method of LifecycleConfig
Returns: Array.<AppHMIType> - An array of ordered AppHMIType enum values.
TemplateColorSchemeGet the application's day color scheme.
Kind: Instance method of LifecycleConfig
Returns: TemplateColorScheme - A TemplateColorScheme instance.
FileManagerConfigGet the FileManagerConfig instance.
Kind: Instance method of LifecycleConfig
Returns: FileManagerConfig - The FileManagerConfig.
LanguageGet the desired HMI Display Language.
Kind: Instance method of LifecycleConfig
Returns: Language - A Language enum value.
LanguageGet the desired language of the application.
Kind: Instance method of LifecycleConfig
Returns: Language - A Language enum value.
VersionGet the minimum protocol version supported by the app.
Kind: Instance method of LifecycleConfig
Returns: Version - A Version instance.
VersionGet the minimum RPC version.
Kind: Instance method of LifecycleConfig
Returns: Version - A Version instance.
TemplateColorSchemeGet the application's night color scheme.
Kind: Instance method of LifecycleConfig
Returns: TemplateColorScheme - A TemplateColorScheme instance.
StringGet the hash resumption id.
Kind: Instance method of LifecycleConfig
Returns: String - The hash id.
ObjectGet RPC notification listeners. SdlManager will preload these listeners before any RPCs are sent/received.
Kind: Instance method of LifecycleConfig
Returns: Object listeners - a map of listeners that will be called when a notification is received.
Key represents the FunctionID of the notification and value represents the listener
StringGet the short app name.
Kind: Instance method of LifecycleConfig
Returns: String - The short app name.
_TransportConfigBaseGet the TransportConfig instance.
Kind: Instance method of LifecycleConfig
Returns: _TransportConfigBase - The TransportConfig.
Array.<TTSChunk>Get the TTS names.
Kind: Instance method of LifecycleConfig
Returns: Array.<TTSChunk> - An array of TTSChunk structs.
Array.<String>Get the VR Synonyms.
Kind: Instance method of LifecycleConfig
Returns: Array.<String> - An array of strings representing VR Synonyms.
LifecycleConfigLoad manifest file of embedded Web Application
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| manifest | Object |
A manifest JSON object. |
LifecycleConfigSet the app icon.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| sdlArtwork | SdlArtwork |
An instance of SdlArtwork. |
LifecycleConfigSet the App ID. Use a full App Id.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| appId | String |
The full App ID. |
LifecycleConfigSet the app name.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| appName | String |
The app name. |
LifecycleConfigSet the application's types.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| appTypes | Array.<AppHMIType> |
An array of ordered AppHMIType enum values. |
LifecycleConfigSet the application's day color scheme.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| dayColorScheme | TemplateColorScheme |
A TemplateColorScheme instance. |
LifecycleConfigSet the FileManagerConfig instance.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| fileManagerConfig | FileManagerConfig |
An instance of FileManagerConfig. |
LifecycleConfigSet the desired HMI Display Language.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| hmiDisplayLanguageDesired | Language |
A Language enum value. |
LifecycleConfigSet the desired language of the application.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| languageDesired | Language |
A Language enum value. |
LifecycleConfigSets the minimum protocol version that will be permitted to connect. If the protocol version of the head unit connected is below this version, the app will disconnect with an EndService protocol message and will not register.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| minimumProtocolVersion | Version |
A Version instance. |
LifecycleConfigSet the minimum RPC version that will be permitted to connect. If the RPC version of the head unit connected is below this version, an UnregisterAppInterface will be sent.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| minimumRpcVersion | Version |
A Version instance. |
LifecycleConfigSet the application's night color scheme.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| nightColorScheme | TemplateColorScheme |
A TemplateColorScheme instance. |
LifecycleConfigSet the hash resumption id.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| resumeHash | String |
The hash id. |
LifecycleConfigSet RPC notification listeners. SdlManager will preload these listeners before any RPCs are sent/received.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| listeners | Object |
a map of listeners that will be called when a notification is received. Key represents the FunctionID of the notification and value represents the listener |
LifecycleConfigSet the short app name.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| shortAppName | String |
The short app name. |
LifecycleConfigSet the TransportConfig instance.
Kind: Instance method of LifecycleConfig
Returns: LifecycleConfig - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| transportConfig | _TransportConfigBase |
An instance of TransportConfig. |