SetAppProperties
(enabled=true) to install a web engine app.SetAppProperties
(enabled=false) to add web engine apps to SDL that won't be installed on the HMIappID
it should trigger a PTU.Name | Type | Mandatory | Additional |
---|---|---|---|
properties | Common.AppProperties | true |
This RPC has no additional parameter requirements
{ "id":47, "jsonrpc": "2.0", "method" : "BasicCommunication.SetAppProperties", "params" : { "properties": { "nicknames": [ "Hello Sdl" ], "policyAppID": "123456", "enabled": true, "transportType": "WS", "hybridAppPreference": "CLOUD" } } }
{ "id" : 47, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "BasicCommunication.SetAppProperties" } }
{ "id": 47, "jsonrpc": "2.0", "error": { "code": 11, "message": "Invalid data", "data": { "method": "BasicCommunication.SetAppProperties" } } }