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 projection app I want to be able to open the built-in app-menu which is provided by the native UI.
Detailed description:
The built-in "menu" button is not to exist anymore at all for projection apps.
Instead, those apps should be allowed to send a request to show the built-in menu view.
HMI & Mobile API
<functionname="ShowAppMenu"messagetype="Request">
<paramname="menuID"type="Integer"mandatory="false">
<description>
If omitted the HMI opens the apps menu.
If set to a sub-menu ID the HMI opens the corresponding sub-menu
previously added using `AddSubMenu`.
</description>
</param>
</function>
ShowAppMenu
Description:
As a projection app I want to be able to open the built-in app-menu which is provided by the native UI.
Detailed description:
The built-in "menu" button is not to exist anymore at all for projection apps.
Instead, those apps should be allowed to send a request to show the built-in menu view.
HMI & Mobile API
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: