You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a mobile application, I want immediately to be notified about changes of the settings "Enable Remote Control" on HMI.
Detailed description:
Adding a new parameter allowed to Mobile API
<elementname="OnRCStatusID"value="32785"hexvalue="8011" />
....
<functionname="OnRCStatus"functionID="OnRCStatusID"messagetype="notification">
<description>Issued by SDL to notify the application about remote control status change on SDL</description>
+ <paramname="allowed"type="Boolean"mandatory="false" >
+ <description>If "true" - RC is allowed; if "false" - RC is disallowed.
+ Not present in the notification in case by module allocation/deallocation.
+ Present in notification in cases enabling/disabling RC or RC-app registration.
+ </description>
+ </param>
<paramname="allocatedModules"type="ModuleData"minsize="0"maxsize="100"array="true"mandatory="true">
<description>Contains a list (zero or more) of module types that are allocated to the application.</description>
</param>
<paramname="freeModules"type="ModuleData"minsize="0"maxsize="100"array="true"mandatory="true">
<description>Contains a list (zero or more) of module types that are free to access for the application.</description>
</param>
</function>
OnRCStatus
Description:
As a mobile application, I want immediately to be notified about changes of the settings "Enable Remote Control" on HMI.
Detailed description:
Adding a new parameter
allowed
to Mobile APIDiagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: