You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a mobile navigation application, I want to know the status of certain services from SDL Core.
Detailed description:
HMI_API additions
<function name="OnServiceUpdate" messagetype="notification">
<description>
Must be sent by SDL to HMI when there is an update on status of certain services.
Services supported with current version: Video
</description>
<param name="serviceType" type="Common.ServiceType" mandatory="true">
<description>Specifies the service which has been updated.</description>
</param>
<param name="serviceEvent" type="Common.ServiceEvent" mandatory="false">
<description>Specifies service update event.</description>
</param>
<param name="reason" type="Common.ServiceUpdateReason" mandatory="false">
<description>
The reason for a service event. Certain events may not have a reason, such as when a service is ACCEPTED (which is the normal expected behavior).
</description>
</param>
<param name="appID" type="Integer" mandatory="false">
<description>ID of the application which triggered the update.</description>
</param>
</function>
OnServiceUpdate
Description:
As a mobile navigation application, I want to know the status of certain services from SDL Core.
Detailed description:
HMI_API additions
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: