From 705a5db93c3f282e2e67834208341398187fded6 Mon Sep 17 00:00:00 2001 From: Mykola Korniichuk Date: Mon, 29 Oct 2018 14:03:09 +0200 Subject: Open Menu RPC Current commit contains brand new RPC "ShowAppMenu". The built-in menu button shows the list of menu entries added with AddCommand. But since this button is hidden for projection apps, the menu is not accessible anymore. So the application should be allowed to send a request to show the built-in menu view. ShowAppMenu RPC allows projection application to send a request to open the built-in app menu or any previously added sub menu by a corresponding id. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 86d07c3d83..6166a51344 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ There are several RPCs that are "required" to be implemented in order for SDL to * DeleteCommand * AddSubMenu * DeleteSubMenu + * ShowAppMenu * CreateInteractionChoiceSet * PerformInteraction * DeleteInteractionChoiceSet -- cgit v1.2.1