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
HMI Documentation
OnFindApplications

OnFindApplications

Type
Notification
Sender
HMI
Purpose
Initiate the search for applications on the named device.

Notification

On receipt of this notification, SDL will provide the list of registered applications for the named device via the 'UpdateAppList' RPC.

Note

SDL ignores all invalid notifications sent from the HMI (e.g. invalid JSON, invalid data types).

Must

HMI must send an 'OnFindApplications' notification when the user requests to find applications on a device (i.e. user chooses a device from a list of devices).

Parameters

Name Type Mandatory Additional
deviceInfo Common.DeviceInfo false

Sequence Diagrams

JSON Message Examples

Example Notification

{
  "jsonrpc" : "2.0",
  "method" : "BasicCommunication.OnFindApplications",
  "params" :
  {
    "deviceInfo" :
      {
        "name" : "XT910",
        "id" : 4
      }
  }
}
View on GitHub.com
Previous Section Next Section