Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Projection] - Open Menu RPC #117

Open
KhrystynaDubovyk opened this issue Dec 19, 2018 · 0 comments
Open

[Projection] - Open Menu RPC #117

KhrystynaDubovyk opened this issue Dec 19, 2018 · 0 comments

Comments

@KhrystynaDubovyk
Copy link
Contributor

KhrystynaDubovyk commented Dec 19, 2018

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

<function name="ShowAppMenu" messagetype="Request">
  <param name="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>

Diagram:

N/A

Links:

@KhrystynaDubovyk KhrystynaDubovyk changed the title [Pr] [Projection] - Open Menu RPC Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant