Skip to content

[Projection] - Open Menu RPC #117

@KhrystynaDubovyk

Description

@KhrystynaDubovyk

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions