On receipt of this notification, SDL will provide the list of registered applications for the named device via the 'UpdateAppList' RPC.
SDL ignores all invalid notifications sent from the HMI (e.g. invalid JSON, invalid data types).
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).
Name | Type | Mandatory | Additional |
---|---|---|---|
deviceInfo | Common.DeviceInfo | false |
{ "jsonrpc" : "2.0", "method" : "BasicCommunication.OnFindApplications", "params" : { "deviceInfo" : { "name" : "XT910", "id" : 4 } } }