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

PublishAppService Class Reference

Constructors

Instance Methods

Constructors

new PublishAppService(parameters)

Initializes an instance of PublishAppService.

Instance Methods

publishAppService.getAppServiceManifest() ⇒ AppServiceManifest

Get the AppServiceManifest

Kind: Instance method of PublishAppService
Returns: AppServiceManifest - the KEY_APP_SERVICE_MANIFEST value

publishAppService.setAppServiceManifest(manifest) ⇒ PublishAppService

Set the AppServiceManifest

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

ParamTypeDescription
manifest AppServiceManifest The manifest of the service that wishes to be published. If already published, the updated manifest for this service. - The desired AppServiceManifest.
View on GitHub.com