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

ChangeRegistration Class Reference

Constructors

Instance Methods

Constructors

new ChangeRegistration(parameters)

Initializes an instance of ChangeRegistration.

Instance Methods

changeRegistration.getAppName() ⇒ String

Get the AppName

Kind: Instance method of ChangeRegistration
Returns: String - the KEY_APP_NAME value

changeRegistration.getHmiDisplayLanguage() ⇒ Language

Get the HmiDisplayLanguage

Kind: Instance method of ChangeRegistration
Returns: Language - the KEY_HMI_DISPLAY_LANGUAGE value

changeRegistration.getLanguage() ⇒ Language

Get the Language

Kind: Instance method of ChangeRegistration
Returns: Language - the KEY_LANGUAGE value

changeRegistration.getNgnMediaScreenAppName() ⇒ String

Get the NgnMediaScreenAppName

Kind: Instance method of ChangeRegistration
Returns: String - the KEY_NGN_MEDIA_SCREEN_APP_NAME value

changeRegistration.getTtsName() ⇒ Array.<TTSChunk>

Get the TtsName

Kind: Instance method of ChangeRegistration
Returns: Array.<TTSChunk> - the KEY_TTS_NAME value

changeRegistration.getVrSynonyms() ⇒ Array.<String>

Get the VrSynonyms

Kind: Instance method of ChangeRegistration
Returns: Array.<String> - the KEY_VR_SYNONYMS value

changeRegistration.setAppName(name) ⇒ ChangeRegistration

Set the AppName

Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration - The class instance for method chaining.

ParamTypeDescription
name String Request new app name registration - The desired AppName. {'string_min_length': 1, 'string_max_length': 100}

changeRegistration.setHmiDisplayLanguage(language) ⇒ ChangeRegistration

Set the HmiDisplayLanguage

Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration - The class instance for method chaining.

ParamTypeDescription
language Language Request display language registration - The desired HmiDisplayLanguage.

changeRegistration.setLanguage(language) ⇒ ChangeRegistration

Set the Language

Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration - The class instance for method chaining.

ParamTypeDescription
language Language Requested voice engine (VR+TTS) language registration - The desired Language.

changeRegistration.setNgnMediaScreenAppName(name) ⇒ ChangeRegistration

Set the NgnMediaScreenAppName

Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration - The class instance for method chaining.

ParamTypeDescription
name String Request new app short name registration - The desired NgnMediaScreenAppName. {'string_min_length': 1, 'string_max_length': 100}

changeRegistration.setTtsName(name) ⇒ ChangeRegistration

Set the TtsName

Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration - The class instance for method chaining.

ParamTypeDescription
name Array.<TTSChunk> Request new ttsName registration - The desired TtsName. {'array_min_size': 1, 'array_max_size': 100}

changeRegistration.setVrSynonyms(synonyms) ⇒ ChangeRegistration

Set the VrSynonyms

Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration - The class instance for method chaining.

ParamTypeDescription
synonyms Array.<String> Request new VR synonyms registration - The desired VrSynonyms. {'array_min_size': 1, 'array_max_size': 100, 'string_min_length': 1, 'string_max_length': 40}
View on GitHub.com