Display a pop-up providing accurate feedback to the user on the status of the system or what steps to take in case of an error.
When a mobile navigation application is activated and sends a request for the Video Service there is a series of steps taken.
These steps include:
Processing these steps SDL sends OnServiceUpdate notification to HMI to provide accurate feedback on the status of the system.
Name | Type | Mandatory | Additional |
---|---|---|---|
serviceType | Common.ServiceType | true | |
serviceEvent | Common.ServiceEvent | false | |
reason | Common.ServiceStatusUpdateReason | false | |
appID | Integer | false |
The only time when SDL would not be able provide the appID
would be during the first StartService request for the RPC service before RAI was sent.
{ "jsonrpc": "2.0", "method": "BasicCommunication.OnServiceUpdate", "params": { "serviceType": "RPC", "serviceEvent":"REQUEST_RECEIVED" } }