Boolean
ModuleData
GetInteriorVehicleDataResponse
GetInteriorVehicleDataResponse
Initializes an instance of GetInteriorVehicleDataResponse.
Boolean
Get the IsSubscribed
Kind: Instance method of GetInteriorVehicleDataResponse
Returns: Boolean
- the KEY_IS_SUBSCRIBED value
ModuleData
Get the ModuleData
Kind: Instance method of GetInteriorVehicleDataResponse
Returns: ModuleData
- the KEY_MODULE_DATA value
GetInteriorVehicleDataResponse
Set the IsSubscribed
Kind: Instance method of GetInteriorVehicleDataResponse
Returns: GetInteriorVehicleDataResponse
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
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
Set the ModuleData
Kind: Instance method of GetInteriorVehicleDataResponse
Returns: GetInteriorVehicleDataResponse
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
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. |