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

GetAppServiceDataResponse Class Reference

Constructors

Instance Methods

Constructors

new GetAppServiceDataResponse(parameters)

Initializes an instance of GetAppServiceDataResponse.

Instance Methods

getAppServiceDataResponse.getServiceData() ⇒ AppServiceData

Get the ServiceData

Kind: Instance method of GetAppServiceDataResponse
Returns: AppServiceData - the KEY_SERVICE_DATA value

getAppServiceDataResponse.setServiceData(data) ⇒ GetAppServiceDataResponse

Set the ServiceData

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

ParamTypeDescription
data AppServiceData Contains all the current data of the app service. The serviceType will link to which of the service data objects are included in this object (e.g. if the service type is MEDIA, the mediaServiceData param should be included). - The desired ServiceData.
View on GitHub.com