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
PublishAppServiceResponse

PublishAppServiceResponse Class Reference

Constructors

Instance Methods

Constructors

new PublishAppServiceResponse(parameters)

Initializes an instance of PublishAppServiceResponse.

Instance Methods

publishAppServiceResponse.getAppServiceRecord() ⇒ AppServiceRecord

Get the AppServiceRecord

Kind: Instance method of PublishAppServiceResponse
Returns: AppServiceRecord - the KEY_APP_SERVICE_RECORD value

publishAppServiceResponse.setAppServiceRecord(record) ⇒ PublishAppServiceResponse

Set the AppServiceRecord

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

ParamTypeDescription
record AppServiceRecord If the request was successful, this object will be the current status of the service record for the published service. This will include the Core supplied service ID. - The desired AppServiceRecord.
View on GitHub.com
Previous Section Next Section