WEB_VIEW template in WindowCapability for any widgets, and applications with AppHMIType other than WEB_VIEW.WEB_VIEW, HMI should send OnSystemCapabilityUpdated with the following textFields restrictions in WindowCapability:menuName and templateTitle should be included, if they are visible on HMI.mainField1-4, statusBar and mediaTrack should not be included if OEM implemented the WEB_VIEW template without these text fields.availabletemplates, buttonCapabilities and imageTypeSupported should reflect the general capabilities of the window/system.Template WEB_VIEW is only allowed for the WebEngine applications with AppHMIType=WEB_VIEW.
| Name | Type | Mandatory | Additional |
|---|---|---|---|
| systemCapability | Common.SystemCapability | true | |
| appID | Integer | false |
{ "jsonrpc": "2.0", "method": "BasicCommunication.OnSystemCapabilityUpdated", "params": { "systemCapability": { "appServicesCapabilities": { "appServices": [ { "updatedAppServiceRecord": { "serviceActive": true, "serviceID": "c9503a4f983e3dd31a7a14564d405cdf84769c9b9a71cae9cc211a0b74e93629", "serviceManifest": { "allowAppConsumers": true, "rpcSpecVersion": { "majorVersion": 5, "minorVersion": 1, "patchVersion": 0 }, "serviceName": "Mobile Media Service", "serviceType": "MEDIA" }, "servicePublished": true } }, { "updateReason": "PUBLISHED", "updatedAppServiceRecord": { "serviceActive": false, "serviceID": "d6d8d2fb2bfcc00033804fb19e9fb7d6070d2c166f49881563276f17478c39f8", "serviceManifest": { "allowAppConsumers": true, "rpcSpecVersion": { "majorVersion": 5, "minorVersion": 1, "patchVersion": 0 }, "serviceName": "Waze Music", "serviceType": "MEDIA" }, "servicePublished": true } } ] }, "systemCapabilityType": "APP_SERVICES" } } }