SdlArtwork
String
String
Array.<AppHMIType>
TemplateColorScheme
FileManagerConfig
Language
Language
Version
Version
TemplateColorScheme
String
Object
String
_TransportConfigBase
Array.<TTSChunk>
Array.<String>
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
LifecycleConfig
SdlArtwork
Get the app icon.
Kind: Instance method of LifecycleConfig
Returns: SdlArtwork
- An instance of SdlArtwork.
String
Get the App ID.
Kind: Instance method of LifecycleConfig
Returns: String
- The full app ID.
String
Get 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.
TemplateColorScheme
Get the application's day color scheme.
Kind: Instance method of LifecycleConfig
Returns: TemplateColorScheme
- A TemplateColorScheme instance.
FileManagerConfig
Get the FileManagerConfig instance.
Kind: Instance method of LifecycleConfig
Returns: FileManagerConfig
- The FileManagerConfig.
Language
Get the desired HMI Display Language.
Kind: Instance method of LifecycleConfig
Returns: Language
- A Language enum value.
Language
Get the desired language of the application.
Kind: Instance method of LifecycleConfig
Returns: Language
- A Language enum value.
Version
Get the minimum protocol version supported by the app.
Kind: Instance method of LifecycleConfig
Returns: Version
- A Version instance.
Version
Get the minimum RPC version.
Kind: Instance method of LifecycleConfig
Returns: Version
- A Version instance.
TemplateColorScheme
Get the application's night color scheme.
Kind: Instance method of LifecycleConfig
Returns: TemplateColorScheme
- A TemplateColorScheme instance.
String
Get the hash resumption id.
Kind: Instance method of LifecycleConfig
Returns: String
- The hash id.
Object
Get 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
String
Get the short app name.
Kind: Instance method of LifecycleConfig
Returns: String
- The short app name.
_TransportConfigBase
Get 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.
LifecycleConfig
Load 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Sets 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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 |
LifecycleConfig
Set 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. |
LifecycleConfig
Set 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. |