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
GetInteriorVehicleDataResponse

GetInteriorVehicleDataResponse Class Reference

Constructors

Instance Methods

Constructors

new GetInteriorVehicleDataResponse(parameters)

Initializes an instance of GetInteriorVehicleDataResponse.

Instance Methods

getInteriorVehicleDataResponse.getIsSubscribed() ⇒ Boolean

Get the IsSubscribed

Kind: Instance method of GetInteriorVehicleDataResponse
Returns: Boolean - the KEY_IS_SUBSCRIBED value

getInteriorVehicleDataResponse.getModuleData() ⇒ ModuleData

Get the ModuleData

Kind: Instance method of GetInteriorVehicleDataResponse
Returns: ModuleData - the KEY_MODULE_DATA value

getInteriorVehicleDataResponse.setIsSubscribed(subscribed) ⇒ GetInteriorVehicleDataResponse

Set the IsSubscribed

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

ParamTypeDescription
subscribed Boolean It is a conditional-mandatory parameter: must be returned in case "subscribe" parameter was present in the related request. if "true" - the "moduleType" from request is successfully subscribed and the head unit will send onInteriorVehicleData notifications for the moduleType. if "false" - the "moduleType" from request is either unsubscribed or failed to subscribe. - The desired IsSubscribed.

getInteriorVehicleDataResponse.setModuleData(data) ⇒ GetInteriorVehicleDataResponse

Set the ModuleData

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

ParamTypeDescription
data ModuleData The moduleType indicates which type of data should be changed and identifies which data object exists in this struct. For example, if the moduleType is CLIMATE then a "climateControlData" should exist - The desired ModuleData.
View on GitHub.com
Previous Section Next Section