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
GetInteriorVehicleDataConsent

GetInteriorVehicleDataConsent Class Reference

Constructors

Instance Methods

Constructors

new GetInteriorVehicleDataConsent(parameters)

Initializes an instance of GetInteriorVehicleDataConsent.

Instance Methods

getInteriorVehicleDataConsent.getModuleIds() ⇒ Array.<String>

Get the ModuleIds

Kind: Instance method of GetInteriorVehicleDataConsent
Returns: Array.<String> - the KEY_MODULE_IDS value

getInteriorVehicleDataConsent.getModuleType() ⇒ ModuleType

Get the ModuleType

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

getInteriorVehicleDataConsent.setModuleIds(ids) ⇒ GetInteriorVehicleDataConsent

Set the ModuleIds

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

ParamTypeDescription
ids Array.<String> Ids of a module of same type, published by System Capability. - The desired ModuleIds. {'string_min_length': 1, 'string_max_length': 100}

getInteriorVehicleDataConsent.setModuleType(type) ⇒ GetInteriorVehicleDataConsent

Set the ModuleType

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

ParamTypeDescription
type ModuleType The module type that the app requests to control. - The desired ModuleType.
View on GitHub.com
Previous Section Next Section