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
ServiceUpdateReason

ServiceUpdateReason Class Reference

Constructors

Static Members

Constructors

new ServiceUpdateReason()

Constructor for ServiceUpdateReason.

Static Members

ServiceUpdateReason.ACTIVATED ⇒ String

Get the enum value for ACTIVATED. The service is activated as the primary service of this type. All requests dealing with this service type will be handled by this service.

Kind: Static property of ServiceUpdateReason
Returns: String - The enum value.

ServiceUpdateReason.DEACTIVATED ⇒ String

Get the enum value for DEACTIVATED. The service has been deactivated as the primary service of its type

Kind: Static property of ServiceUpdateReason
Returns: String - The enum value.

ServiceUpdateReason.MANIFEST_UPDATE ⇒ String

Get the enum value for MANIFEST_UPDATE. The service has updated its manifest. This could imply updated capabilities

Kind: Static property of ServiceUpdateReason
Returns: String - The enum value.

ServiceUpdateReason.PUBLISHED ⇒ String

Get the enum value for PUBLISHED. The service has just been published with the module and once activated to the primary service of its type, it will be ready for possible consumption.

Kind: Static property of ServiceUpdateReason
Returns: String - The enum value.

ServiceUpdateReason.REMOVED ⇒ String

Get the enum value for REMOVED. The service has just been unpublished with the module and is no longer accessible

Kind: Static property of ServiceUpdateReason
Returns: String - The enum value.

View on GitHub.com
Previous Section Next Section