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

ReleaseInteriorVehicleDataModule Class Reference

Constructors

Instance Methods

Constructors

new ReleaseInteriorVehicleDataModule(parameters)

Initializes an instance of ReleaseInteriorVehicleDataModule.

Instance Methods

releaseInteriorVehicleDataModule.getModuleId() ⇒ String

Get the ModuleId

Kind: Instance method of ReleaseInteriorVehicleDataModule
Returns: String - the KEY_MODULE_ID value

releaseInteriorVehicleDataModule.getModuleType() ⇒ ModuleType

Get the ModuleType

Kind: Instance method of ReleaseInteriorVehicleDataModule
Returns: ModuleType - the KEY_MODULE_TYPE value

releaseInteriorVehicleDataModule.setModuleId(id) ⇒ ReleaseInteriorVehicleDataModule

Set the ModuleId

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

ParamTypeDescription
id String Id of a module, published by System Capability. - The desired ModuleId. {'string_min_length': 1, 'string_max_length': 100}

releaseInteriorVehicleDataModule.setModuleType(type) ⇒ ReleaseInteriorVehicleDataModule

Set the ModuleType

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

ParamTypeDescription
type ModuleType The desired ModuleType.
View on GitHub.com