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

GetInteriorVehicleDataConsentResponse Class Reference

Constructors

Instance Methods

Constructors

new GetInteriorVehicleDataConsentResponse(parameters)

Initializes an instance of GetInteriorVehicleDataConsentResponse.

Instance Methods

getInteriorVehicleDataConsentResponse.getAllowed() ⇒ Array.<Boolean>

Get the Allowed

Kind: Instance method of GetInteriorVehicleDataConsentResponse
Returns: Array.<Boolean> - the KEY_ALLOWED value

getInteriorVehicleDataConsentResponse.setAllowed(allowed) ⇒ GetInteriorVehicleDataConsentResponse

Set the Allowed

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

ParamTypeDescription
allowed Array.<Boolean> This array has the same size as "moduleIds" in the request and each element corresponds to one moduleId If true, SDL grants the permission for the requested module If false, SDL denies the permission for the requested module. - The desired Allowed.
View on GitHub.com